mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WINSRV]: Initialize Context.QueryResult to a meaningful value by default. Spotted by Thomas.
CORE-9229 #resolve svn path=/trunk/; revision=66359
This commit is contained in:
@@ -535,6 +535,7 @@ NotifyProcessForShutdown(PCSR_PROCESS CsrProcess,
|
||||
|
||||
NOTIFY_CONTEXT Context;
|
||||
Context.ShutdownSettings = ShutdownSettings;
|
||||
Context.QueryResult = QUERY_RESULT_CONTINUE; // We continue shutdown by default.
|
||||
|
||||
/* Lock the process */
|
||||
CsrLockProcessByClientId(CsrProcess->ClientId.UniqueProcess, &Process);
|
||||
|
||||
Reference in New Issue
Block a user