Commit 69608af0 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

services: Call RpcMgmtWaitServerListen in RPC_Stop.

parent f8e9cdca
......@@ -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);
......
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