mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +00:00
Add comment explaining initialization.
svn path=/trunk/; revision=57288
This commit is contained in:
parent
7f09fa47c4
commit
b0e977ad99
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 = 0;
|
||||
ULONG Result = 0; /* Intentionally invalid enumeratee to silence compiler warning */
|
||||
|
||||
/* Acquire process lock */
|
||||
CsrAcquireProcessLock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue