mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added missing flag reset
This commit is contained in:
parent
98494f3cb0
commit
487fb706be
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user