summaryrefslogtreecommitdiff
path: root/daemon/session-worker-main.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-10-24 16:45:46 -0400
committerRay Strode <rstrode@redhat.com>2011-10-24 16:45:46 -0400
commit9c874ee6f595906faf59f891f20492530888804b (patch)
tree3b86b50e957ee99ddaa2ceac54310f4ad8c4d652 /daemon/session-worker-main.c
parent9c354795892b8c5fd661a35653991a88fabc76bf (diff)
downloadgdm-9c874ee6f595906faf59f891f20492530888804b.tar.gz
worker: don't block SIGTERM
If the slave tells us to go away, we should go away, not wait a PAM module decides to let us get back to the main loop.
Diffstat (limited to 'daemon/session-worker-main.c')
-rw-r--r--daemon/session-worker-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/session-worker-main.c b/daemon/session-worker-main.c
index 9d40b8da..42fcd527 100644
--- a/daemon/session-worker-main.c
+++ b/daemon/session-worker-main.c
@@ -188,7 +188,6 @@ main (int argc,
gdm_signal_handler_set_fatal_func (signal_handler,
(GDestroyNotify)g_main_loop_quit,
main_loop);
- gdm_signal_handler_add (signal_handler, SIGTERM, signal_cb, NULL);
gdm_signal_handler_add (signal_handler, SIGINT, signal_cb, NULL);
gdm_signal_handler_add (signal_handler, SIGILL, signal_cb, NULL);
gdm_signal_handler_add (signal_handler, SIGBUS, signal_cb, NULL);