diff options
-rw-r--r-- | udev/udevd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/udev/udevd.c b/udev/udevd.c index 258d7870eb..e7384e19a2 100644 --- a/udev/udevd.c +++ b/udev/udevd.c @@ -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; } } } |