summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-08-21 17:31:40 +0000
committerjsorg71 <jsorg71>2009-08-21 17:31:40 +0000
commitdb32048d81f0b970a2c37d849aa8ac394ea08f2d (patch)
treef6b12ca959002949248d35ea4758cffa3587f455
parentc7838641cfb169bb09872ec676fb240db4846534 (diff)
downloadxrdp-proprietary-db32048d81f0b970a2c37d849aa8ac394ea08f2d.tar.gz
xrdp-proprietary-db32048d81f0b970a2c37d849aa8ac394ea08f2d.zip
use _ not - in name
-rw-r--r--sesman/sesman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 5c640a30..27ad10fb 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -327,9 +327,9 @@ main(int argc, char** argv)
g_chmod_hex("/tmp/.X11-unix", 0x1777);
}
- g_snprintf(text, 255, "xrdp-sesman_%8.8x_main_term", g_pid);
+ g_snprintf(text, 255, "xrdp_sesman_%8.8x_main_term", g_pid);
g_term_event = g_create_wait_obj(text);
- g_snprintf(text, 255, "xrdp-sesman_%8.8x_main_sync", g_pid);
+ g_snprintf(text, 255, "xrdp_sesman_%8.8x_main_sync", g_pid);
g_sync_event = g_create_wait_obj(text);
sesman_main_loop();