chiark / gitweb /
udevd: remove left-over SIGALRM
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 16 May 2011 11:18:28 +0000 (13:18 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 16 May 2011 11:18:28 +0000 (13:18 +0200)
udev/udevd.c

index 258d7870ebf84f11cf89105296b21f2479fe928e..e7384e19a2431b1007680bc10e4290647dfcc9a1 100644 (file)
@@ -365,9 +365,6 @@ static void worker_new(struct event *event)
                                                switch (fdsi.ssi_signo) {
                                                case SIGTERM:
                                                        goto out;
-                                               case SIGALRM:
-                                                       rc = EXIT_FAILURE;
-                                                       goto out;
                                                }
                                        }
                                }