summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-02-11 13:56:27 -0800
committerJay Sorg <jay.sorg@gmail.com>2012-02-11 13:56:27 -0800
commitd8f9e8310dac362bb9578763d1024178f94f4ecc (patch)
tree46fe14ad3caed79b4656ff519efaac5188dcaa96 /sesman/chansrv/chansrv.c
parenta866b7b3306dd20e0836de50cd40f94456fcd560 (diff)
downloadxrdp-proprietary-d8f9e8310dac362bb9578763d1024178f94f4ecc.tar.gz
xrdp-proprietary-d8f9e8310dac362bb9578763d1024178f94f4ecc.zip
move temp files from /tmp to /tmp/.xrdp
Diffstat (limited to 'sesman/chansrv/chansrv.c')
-rw-r--r--sesman/chansrv/chansrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/chansrv.c b/sesman/chansrv/chansrv.c
index 77fbcd50..f2ca961d 100644
--- a/sesman/chansrv/chansrv.c
+++ b/sesman/chansrv/chansrv.c
@@ -411,7 +411,7 @@ setup_listen(void)
if (g_use_unix_socket)
{
g_lis_trans = trans_create(2, 8192, 8192);
- g_snprintf(port, 255, "/tmp/xrdp_chansrv_socket_%d", 7200 + g_display_num);
+ g_snprintf(port, 255, "/tmp/.xrdp/xrdp_chansrv_socket_%d", 7200 + g_display_num);
}
else
{