We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f2289 commit 0e462a3Copy full SHA for 0e462a3
base/services/seclogon/seclogon.c
@@ -74,6 +74,7 @@ ServiceControlHandlerEx(
74
TRACE(" SERVICE_CONTROL_STOP received\n");
75
UpdateServiceStatus(SERVICE_STOP_PENDING);
76
StopRpcServer();
77
+ UpdateServiceStatus(SERVICE_STOPPED);
78
return ERROR_SUCCESS;
79
80
case SERVICE_CONTROL_PAUSE:
@@ -100,6 +101,7 @@ ServiceControlHandlerEx(
100
101
TRACE(" SERVICE_CONTROL_SHUTDOWN received\n");
102
103
104
105
106
107
default :
0 commit comments