summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.c
diff options
context:
space:
mode:
authorIan Geiser <geiseri@geekcentral.pub>2017-07-13 12:01:07 -0400
committermetalefty <meta@vmeta.jp>2017-07-14 20:52:38 +0900
commit4b87548b71566e066a3186c5e0258cfd4a1fedf1 (patch)
tree77fd0da1350b0d8a1749f9c91ef3e5f593ad918a /sesman/sesman.c
parent59a7e8aedfdac1ebea0b1e6d362601b6040386ef (diff)
downloadxrdp-proprietary-4b87548b71566e066a3186c5e0258cfd4a1fedf1.tar.gz
xrdp-proprietary-4b87548b71566e066a3186c5e0258cfd4a1fedf1.zip
Use g_create_path instead of g_create_dir
Rename g_mk_temp_dir to g_mk_socket_path
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r--sesman/sesman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 98346ea8..fd98370c 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -418,7 +418,7 @@ main(int argc, char **argv)
"starting xrdp-sesman with pid %d", g_pid);
/* make sure the socket directory exists */
- g_mk_temp_dir("xrdp-sesman");
+ g_mk_socket_path("xrdp-sesman");
/* make sure the /tmp/.X11-unix directory exists */
if (!g_directory_exist("/tmp/.X11-unix"))