ignore SIGPIPE

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

Ver fichero

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