Fix bad cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët 2020-04-24 13:24:26 +00:00
parent 9a921c5752
commit 3f1d232dcf

View file

@ -514,7 +514,8 @@ s_set_signals(void)
SIGHUP, SIGINT, SIGQUIT,
SIGUSR1, SIGUSR2, SIGPIPE,
SIGALRM, SIGTERM, SIGSTOP,
SIGTSTP, SIGTTIN, SIGCONT,
SIGTSTP, SIGTTIN, SIGCHLD,
SIGCONT,
};
struct sigaction sa = {