Skip to content
Snippets Groups Projects
Commit 69608af0 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

services: Call RpcMgmtWaitServerListen in RPC_Stop.

parent f8e9cdca
No related branches found
No related tags found
No related merge requests found
......@@ -1958,6 +1958,7 @@ void RPC_Stop(void)
{
RpcMgmtStopServerListening(NULL);
RpcServerUnregisterIf(svcctl_v2_0_s_ifspec, NULL, TRUE);
RpcMgmtWaitServerListen();
CloseThreadpoolCleanupGroupMembers(cleanup_group, TRUE, NULL);
CloseThreadpoolCleanupGroup(cleanup_group);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment