revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\!

This commit is contained in:
"Vladimir N. Oleynik" 2005-09-26 13:55:43 +00:00
parent 11d7c52912
commit 7090800870

View File

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