mirror of
https://github.com/angt/secret
synced 2024-11-16 19:48:05 +01:00
Fix bad cleanup
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
parent
9a921c5752
commit
3f1d232dcf
1 changed files with 2 additions and 1 deletions
3
secret.c
3
secret.c
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue