ignore SIGCHLD. this was causing some unneeded random crashes

Este commit está contenido en:
ps 2011-09-29 20:29:49 +00:00
padre dd51b74c90
commit 0b23a7eee5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -119,6 +119,7 @@ main
signal(SIGTERM,exit_requested);
signal(SIGINT,exit_requested);
signal(SIGCHLD,SIG_IGN);
//we have to create the server socket BEFORE chrooting, because if we don't,
//SSL cannot initialize because it's missing libz