diff --git a/windows/JackWinNamedPipeClientChannel.cpp b/windows/JackWinNamedPipeClientChannel.cpp index c47a389f..5bc63a04 100644 --- a/windows/JackWinNamedPipeClientChannel.cpp +++ b/windows/JackWinNamedPipeClientChannel.cpp @@ -155,7 +155,7 @@ error: // Close the pipes, server wont be able to create them otherwise. fNotificationListenPipe.Close(); fRequest->Close(); - fClient->ShutDown(JACK_SERVER_FAILURE); + fClient->ShutDown(jack_status_t(JackFailure | JackServerError), JACK_SERVER_FAILURE); return false; }