summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
Diffstat (limited to 'sesman')
-rw-r--r--sesman/sessvc/sessvc.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/sesman/sessvc/sessvc.c b/sesman/sessvc/sessvc.c
index 2426b698..c247027c 100644
--- a/sesman/sessvc/sessvc.c
+++ b/sesman/sessvc/sessvc.c
@@ -49,30 +49,6 @@ nil_signal_handler(int sig)
}
/******************************************************************************/
-/* chansrv can exit at any time without cleaning up, it's an xlib app */
-int
-chansrv_cleanup(int pid)
-{
- char text[256];
-
- g_snprintf(text, 255, "/tmp/.xrdp/xrdp_chansrv_%8.8x_main_term", pid);
-
- if (g_file_exist(text))
- {
- g_file_delete(text);
- }
-
- g_snprintf(text, 255, "/tmp/.xrdp/xrdp_chansrv_%8.8x_thread_done", pid);
-
- if (g_file_exist(text))
- {
- g_file_delete(text);
- }
-
- return 0;
-}
-
-/******************************************************************************/
int
main(int argc, char **argv)
{
@@ -148,7 +124,6 @@ main(int argc, char **argv)
g_sleep(1);
}
- chansrv_cleanup(chansrv_pid);
/* kill X server */
g_writeln("xrdp-sessvc: stopping X server");
g_sigterm(x_pid);