mirror of
https://github.com/sheumann/hush.git
synced 2025-02-05 21:30:50 +00:00
revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\!
This commit is contained in:
parent
11d7c52912
commit
7090800870
@ -1877,9 +1877,6 @@ 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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user