Archived
1
0
Fork 0

client: can't catch SIGKILL.

This commit is contained in:
Henrik Hautakoski 2010-10-11 21:50:43 +02:00
parent c0d47d945c
commit fe6b1e1363
2 changed files with 1 additions and 3 deletions

View file

@ -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);