added chansrv_cleanup
This commit is contained in:
parent
727012a56f
commit
8a8b57153d
@ -56,12 +56,12 @@ chansrv_cleanup(int pid)
|
|||||||
{
|
{
|
||||||
char text[256];
|
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))
|
if (g_file_exist(text))
|
||||||
{
|
{
|
||||||
g_file_delete(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))
|
if (g_file_exist(text))
|
||||||
{
|
{
|
||||||
g_file_delete(text);
|
g_file_delete(text);
|
||||||
|
Loading…
Reference in New Issue
Block a user