small fix for standalone nfsd version
This commit is contained in:
parent
35d76cf593
commit
b0f1cff30e
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue