diff options
Diffstat (limited to 'sesman/sessvc/sessvc.c')
-rw-r--r-- | sesman/sessvc/sessvc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/sessvc/sessvc.c b/sesman/sessvc/sessvc.c index 29df1618..be84f9df 100644 --- a/sesman/sessvc/sessvc.c +++ b/sesman/sessvc/sessvc.c @@ -56,12 +56,12 @@ chansrv_cleanup(int pid) { char text[256]; - g_snprintf(text, 255, "xrdp_chansrv_%8.8x_main_term", pid); + g_snprintf(text, 255, "/tmp/xrdp_chansrv_%8.8x_main_term", pid); if (g_file_exist(text)) { g_file_delete(text); } - g_snprintf(text, 255, "xrdp_chansrv_%8.8x_thread_done", pid); + g_snprintf(text, 255, "/tmp/xrdp_chansrv_%8.8x_thread_done", pid); if (g_file_exist(text)) { g_file_delete(text); |