diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-03-14 16:33:49 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2016-03-14 16:33:49 -0700 |
commit | 73935792058af2664ebb59108ba6b3fed8e8fcc0 (patch) | |
tree | 8f1cf1d7f244561d5f4a05582fe85e2a9d460b02 /xrdp/xrdpwin.c | |
parent | cdb967c0f33f2c47e2ea6c1762a2bd41991064ce (diff) | |
download | xrdp-proprietary-73935792058af2664ebb59108ba6b3fed8e8fcc0.tar.gz xrdp-proprietary-73935792058af2664ebb59108ba6b3fed8e8fcc0.zip |
Don't attempt to intercept SIGKILL, it doesn't work on any OS
Diffstat (limited to 'xrdp/xrdpwin.c')
-rw-r--r-- | xrdp/xrdpwin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xrdp/xrdpwin.c b/xrdp/xrdpwin.c index 99eb5c76..184ffd94 100644 --- a/xrdp/xrdpwin.c +++ b/xrdp/xrdpwin.c @@ -618,7 +618,6 @@ main(int argc, char **argv) g_threadid = tc_get_threadid(); g_listen = xrdp_listen_create(); g_signal_user_interrupt(xrdp_shutdown); /* SIGINT */ - g_signal_kill(xrdp_shutdown); /* SIGKILL */ g_signal_pipe(pipe_sig); /* SIGPIPE */ g_signal_terminate(xrdp_shutdown); /* SIGTERM */ g_sync_mutex = tc_mutex_create(); |