summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-03-14 16:33:49 -0700
committerJay Sorg <jay.sorg@gmail.com>2016-03-14 16:33:49 -0700
commit73935792058af2664ebb59108ba6b3fed8e8fcc0 (patch)
tree8f1cf1d7f244561d5f4a05582fe85e2a9d460b02 /sesman/sesman.c
parentcdb967c0f33f2c47e2ea6c1762a2bd41991064ce (diff)
downloadxrdp-proprietary-73935792058af2664ebb59108ba6b3fed8e8fcc0.tar.gz
xrdp-proprietary-73935792058af2664ebb59108ba6b3fed8e8fcc0.zip
Don't attempt to intercept SIGKILL, it doesn't work on any OS
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r--sesman/sesman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 30ca3a79..e530464b 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -331,7 +331,6 @@ main(int argc, char **argv)
#if 1
g_signal_hang_up(sig_sesman_reload_cfg); /* SIGHUP */
g_signal_user_interrupt(sig_sesman_shutdown); /* SIGINT */
- g_signal_kill(sig_sesman_shutdown); /* SIGKILL */
g_signal_terminate(sig_sesman_shutdown); /* SIGTERM */
g_signal_child_stop(sig_sesman_session_end); /* SIGCHLD */
#endif