diff options
| author | jsorg71 <jsorg71> | 2006-10-28 03:28:59 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2006-10-28 03:28:59 +0000 |
| commit | cf00c1707d0cfc3bde2d6bff9a1c73123375abe9 (patch) | |
| tree | 9457f0f73e5ba3b1233902cbea2b61c7390a2639 /sesman/sesman.c | |
| parent | fe292cec2017ce10e4fdd42646cc4a2f8c8a19a6 (diff) | |
| download | xrdp-proprietary-cf00c1707d0cfc3bde2d6bff9a1c73123375abe9.tar.gz xrdp-proprietary-cf00c1707d0cfc3bde2d6bff9a1c73123375abe9.zip | |
g_chmod to g_chmod_hex
Diffstat (limited to 'sesman/sesman.c')
| -rw-r--r-- | sesman/sesman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c index 9354e110..5c89f9db 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -267,7 +267,7 @@ main(int argc, char** argv) if (!g_directory_exist("/tmp/.X11-unix")) { g_create_dir("/tmp/.X11-unix"); - g_chmod("/tmp/.X11-unix", 0x1777); + g_chmod_hex("/tmp/.X11-unix", 0x1777); } sesman_main_loop(); |
