Commit af384ad7 authored by Hartmut Birr's avatar Hartmut Birr Committed by Alexandre Julliard

Clean up if named pipe is not available.

parent 63b596d7
......@@ -84,7 +84,8 @@ HANDLE RPCRT4_RpcssNPConnect(void)
if (! WaitNamedPipeA(NAME_RPCSS_NAMED_PIPE, MASTER_MUTEX_WAITNAMEDPIPE_TIMEOUT))
{
ERR("Named pipe unavailable after waiting. Something is probably wrong.\n");
return NULL;
the_pipe = NULL;
break;
}
}
......
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