Added missing flag reset

This commit is contained in:
2015-04-30 13:19:15 +02:00
parent 98494f3cb0
commit 487fb706be
+1
View File
@@ -29369,6 +29369,7 @@ void server_loop(void)
sigaction(SIGINT, &ctrlc_handle, NULL);
ignore_handle.sa_handler = SIG_IGN;
ignore_handle.sa_flags = 0;
sigaction(SIGPIPE, &ignore_handle, NULL);
hup_handle.sa_handler = hup_handler;