[multipathd] don't set the SIGKILL signal
authorChristophe Varoqui <root@xa-s05.(none)>
Mon, 27 Mar 2006 15:58:15 +0000 (17:58 +0200)
committerChristophe Varoqui <root@xa-s05.(none)>
Mon, 27 Mar 2006 15:58:15 +0000 (17:58 +0200)
Valgrind told me it was useless.

multipathd/main.c

index c7439ab..e33822d 100644 (file)
@@ -1214,7 +1214,6 @@ signal_init(void)
        signal_set(SIGUSR1, sigusr1);
        signal_set(SIGINT, sigend);
        signal_set(SIGTERM, sigend);
-       signal_set(SIGKILL, sigend);
        signal(SIGPIPE, SIG_IGN);
 }