diff options
author | ilsimo <ilsimo> | 2006-10-15 13:08:08 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2006-10-15 13:08:08 +0000 |
commit | 71e7fc734d6160ae6c19e440db1266b30bdb667e (patch) | |
tree | 12c894dfa0759635492718cedae733d5b0606353 /sesman/sig.c | |
parent | 0a7dc2b687f92be24df745574e2ff61cd701ebab (diff) | |
download | xrdp-proprietary-71e7fc734d6160ae6c19e440db1266b30bdb667e.tar.gz xrdp-proprietary-71e7fc734d6160ae6c19e440db1266b30bdb667e.zip |
first try for a scp protocol layer (aka libscp)
Diffstat (limited to 'sesman/sig.c')
-rw-r--r-- | sesman/sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sig.c b/sesman/sig.c index 8527f60a..501a1050 100644 --- a/sesman/sig.c +++ b/sesman/sig.c @@ -135,7 +135,7 @@ sig_handler_thread(void* arg) sig_sesman_session_end(SIGCHLD); break; /*case SIGKILL; - /* we die * / + / * we die * / LOG_DBG("sesman received SIGKILL",0); sig_sesman_shutdown(recv_signal); break;*/ |