small fix for standalone nfsd version

This commit is contained in:
Olga Kornievskaia 2010-12-09 13:17:33 -05:00
parent 35d76cf593
commit b0f1cff30e

View file

@ -265,7 +265,7 @@ VOID ServiceStart(DWORD argc, LPTSTR *argv)
#ifndef STANDALONE_NFSD #ifndef STANDALONE_NFSD
stop_event = CreateEvent(NULL, TRUE, FALSE, NULL); stop_event = CreateEvent(NULL, TRUE, FALSE, NULL);
if (stop_event == NULL) if (stop_event == NULL)
goto quit; goto out_pipe;
#endif #endif
for (i = 0; i < MAX_NUM_THREADS; i++) { for (i = 0; i < MAX_NUM_THREADS; i++) {