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 e0cbe30 commit 3d69d4eCopy full SHA for 3d69d4e
reactos/base/services/eventlog/eventlog.c
@@ -63,6 +63,8 @@ ServiceControlHandler(DWORD dwControl,
63
{
64
case SERVICE_CONTROL_STOP:
65
DPRINT(" SERVICE_CONTROL_STOP received\n");
66
+ /* Stop listening to incoming RPC messages */
67
+ RpcMgmtStopServerListening(NULL);
68
UpdateServiceStatus(SERVICE_STOPPED);
69
return ERROR_SUCCESS;
70
reactos/base/services/umpnpmgr/umpnpmgr.c
@@ -3043,6 +3043,8 @@ ServiceControlHandler(DWORD dwControl,
3043
3044
3045
DPRINT1(" SERVICE_CONTROL_STOP received\n");
3046
+ /* Stop listening to RPC Messages */
3047
3048
3049
3050
0 commit comments