mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Initialized the variable status to get on success a proper return value.
svn path=/trunk/; revision=9670
This commit is contained in:
parent
5fd39d97bb
commit
aefc8f79e7
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ LdrpAttachProcess(VOID)
|
|||
PLIST_ENTRY Entry;
|
||||
PLDR_MODULE Module;
|
||||
BOOL Result;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
DPRINT("LdrpAttachProcess() called for %wZ\n",
|
||||
&ExeModule->BaseDllName);
|
||||
|
|
Loading…
Reference in a new issue