Commit in reactos/lib/ntdll/ldr on MAIN
utils.c+2-21.88 -> 1.89
- Initialized the variable status to get on success a proper return value.

reactos/lib/ntdll/ldr
utils.c 1.88 -> 1.89
diff -u -r1.88 -r1.89
--- utils.c	13 Jun 2004 10:35:52 -0000	1.88
+++ utils.c	15 Jun 2004 08:17:23 -0000	1.89
@@ -1,4 +1,4 @@
-/* $Id: utils.c,v 1.88 2004/06/13 10:35:52 navaraf Exp $
+/* $Id: utils.c,v 1.89 2004/06/15 08:17:23 hbirr Exp $
  * 
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -2530,7 +2530,7 @@
    PLIST_ENTRY Entry;
    PLDR_MODULE Module;
    BOOL Result;
-   NTSTATUS Status;
+   NTSTATUS Status = STATUS_SUCCESS;
 
    DPRINT("LdrpAttachProcess() called for %wZ\n",
           &ExeModule->BaseDllName);
CVSspam 0.2.8