mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Silence compiler warning
svn path=/trunk/; revision=57198
This commit is contained in:
parent
b94063d2da
commit
049ada7e9d
1 changed files with 1 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ CsrShutdownProcesses(IN PLUID CallerLuid,
|
|||
BOOLEAN FirstTry;
|
||||
ULONG i;
|
||||
PCSR_SERVER_DLL ServerDll;
|
||||
ULONG Result;
|
||||
ULONG Result = 0;
|
||||
|
||||
/* Acquire process lock */
|
||||
CsrAcquireProcessLock();
|
||||
|
|
Loading…
Reference in a new issue