mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:55:57 +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:
parent
a4da8ab741
commit
da54da3feb
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue