diff --git a/daemon/nfs41_daemon.c b/daemon/nfs41_daemon.c index 06c538c..3b589f5 100644 --- a/daemon/nfs41_daemon.c +++ b/daemon/nfs41_daemon.c @@ -265,7 +265,7 @@ VOID ServiceStart(DWORD argc, LPTSTR *argv) #ifndef STANDALONE_NFSD stop_event = CreateEvent(NULL, TRUE, FALSE, NULL); if (stop_event == NULL) - goto quit; + goto out_pipe; #endif for (i = 0; i < MAX_NUM_THREADS; i++) {