reactos/lib/ntdll/ldr
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);