mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Initialized the variable status to get on success a proper return value.
svn path=/trunk/; revision=9670
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user