diff options
author | runge <runge> | 2007-12-16 18:37:22 +0000 |
---|---|---|
committer | runge <runge> | 2007-12-16 18:37:22 +0000 |
commit | 649f5b2b4615ae67d97eff7f3fa246a1ac41edf9 (patch) | |
tree | 3e3d3524182cc844b76c239c9a2f3de89e0cfa38 /x11vnc/cleanup.c | |
parent | 899c920eb4708e525c6555e2a6f043c3f999bbcb (diff) | |
download | libvncserver-649f5b2b4615ae67d97eff7f3fa246a1ac41edf9.zip libvncserver-649f5b2b4615ae67d97eff7f3fa246a1ac41edf9.tar.gz |
x11vnc: setup remote-ctrl file by default on macosx. improve
tkx11vnc wrt attaching to existing server in icon/tray mode.
Diffstat (limited to 'x11vnc/cleanup.c')
-rw-r--r-- | x11vnc/cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c index 65e763b..3422d35 100644 --- a/x11vnc/cleanup.c +++ b/x11vnc/cleanup.c @@ -140,7 +140,7 @@ void clean_up_exit (int ret) { #ifdef MACOSX if (client_connect_file) { - if (strstr(client_connect_file, "/tmp/x11vnc-macosx-channel.") + if (strstr(client_connect_file, "/tmp/x11vnc-macosx-remote") == client_connect_file) { unlink(client_connect_file); } |