- Initialized the variable status to get on success a proper return value.

svn path=/trunk/; revision=9670
This commit is contained in:
Hartmut Birr 2004-06-15 08:17:23 +00:00
parent 5fd39d97bb
commit aefc8f79e7

View file

@ -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 * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -2530,7 +2530,7 @@ LdrpAttachProcess(VOID)
PLIST_ENTRY Entry; PLIST_ENTRY Entry;
PLDR_MODULE Module; PLDR_MODULE Module;
BOOL Result; BOOL Result;
NTSTATUS Status; NTSTATUS Status = STATUS_SUCCESS;
DPRINT("LdrpAttachProcess() called for %wZ\n", DPRINT("LdrpAttachProcess() called for %wZ\n",
&ExeModule->BaseDllName); &ExeModule->BaseDllName);