diff options
| author | metalefty <meta@vmeta.jp> | 2016-09-20 17:56:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-20 17:56:38 +0900 |
| commit | f0c0976d1d2a1e29a11979448ce0e8a16965f416 (patch) | |
| tree | af14e318b0b542c20cbcb683e5a4c89f959d14e8 /sesman/sig.c | |
| parent | ba783991225892aee0dd214fb9015cbbc348edf1 (diff) | |
| parent | 7d03d1a3e90efe45da02c6fa3504f20a88f4b244 (diff) | |
| download | xrdp-proprietary-f0c0976d1d2a1e29a11979448ce0e8a16965f416.tar.gz xrdp-proprietary-f0c0976d1d2a1e29a11979448ce0e8a16965f416.zip | |
Merge pull request #411 from proski/socket_close
Cleaning up bogus messages about closing "established" connections to NULL:NULL
Diffstat (limited to 'sesman/sig.c')
| -rw-r--r-- | sesman/sig.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sesman/sig.c b/sesman/sig.c index 3cc3395a..13f9c46c 100644 --- a/sesman/sig.c +++ b/sesman/sig.c @@ -51,8 +51,6 @@ sig_sesman_shutdown(int sig) g_set_wait_obj(g_term_event); - g_tcp_close(g_sck); - session_sigkill_all(); g_snprintf(pid_file, 255, "%s/xrdp-sesman.pid", XRDP_PID_PATH); |
