[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:
Hermès Bélusca-Maïto 2015-02-19 20:38:03 +00:00
parent a4da8ab741
commit da54da3feb

View file

@ -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);