sesman: make sure socket directory present

before try to create a domain socket.
Originally proposed by Ian Geiser (geiseri).
This commit is contained in:
Koichiro IWAO 2017-07-12 15:48:28 +09:00 committed by metalefty
parent 8d5010a202
commit 6f8eacd72b
1 changed files with 3 additions and 0 deletions

View File

@ -417,6 +417,9 @@ main(int argc, char **argv)
log_message(LOG_LEVEL_INFO,
"starting xrdp-sesman with pid %d", g_pid);
/* make sure the socket directory exists */
g_mk_temp_dir("xrdp-sesman");
/* make sure the /tmp/.X11-unix directory exist */
if (!g_directory_exist("/tmp/.X11-unix"))
{