mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +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;
|
BOOLEAN FirstTry;
|
||||||
ULONG i;
|
ULONG i;
|
||||||
PCSR_SERVER_DLL ServerDll;
|
PCSR_SERVER_DLL ServerDll;
|
||||||
ULONG Result;
|
ULONG Result = 0;
|
||||||
|
|
||||||
/* Acquire process lock */
|
/* Acquire process lock */
|
||||||
CsrAcquireProcessLock();
|
CsrAcquireProcessLock();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue