client: can't catch SIGKILL.
This commit is contained in:
parent
c0d47d945c
commit
fe6b1e1363
2 changed files with 1 additions and 3 deletions
|
|
@ -387,7 +387,6 @@ int main(int argc, char **argv) {
|
|||
|
||||
/* Setup signal handlers */
|
||||
signal(SIGTERM, sighandl);
|
||||
signal(SIGKILL, sighandl);
|
||||
signal(SIGQUIT, sighandl);
|
||||
signal(SIGINT, sighandl);
|
||||
signal(SIGSEGV, sighandl);
|
||||
|
|
|
|||
Reference in a new issue