diff options
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(); |
