destroy bug #421

1_1_stable
"Vladimir N. Oleynik" 2005-09-19 10:46:44 +00:00
parent a0ae6de848
commit 54deebf4e4
1 changed files with 5 additions and 2 deletions

View File

@ -1877,6 +1877,9 @@ static int miniHttpd(int server)
handleIncoming(); handleIncoming();
if(!config->debugHttpd) if(!config->debugHttpd)
exit(0); exit(0);
} else {
if(!config->debugHttpd)
wait(NULL);
} }
close(s); close(s);
} }