Commit 46a5454b authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

schedsvc: Remove duplicate dwControlsAccepted initialization.

dwControlsAccepted is initialized a few lines earlier. Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru>
parent 152924c9
......@@ -281,7 +281,6 @@ static void schedsvc_update_status(DWORD state)
status.dwServiceSpecificExitCode = 0;
status.dwCheckPoint = 0;
status.dwWaitHint = 0;
status.dwControlsAccepted = 0;
status.dwCurrentState = state;
SetServiceStatus(schedsvc_handle, &status);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment