diff options
author | runge <[email protected]> | 2009-10-17 22:36:54 -0400 |
---|---|---|
committer | runge <[email protected]> | 2009-10-17 22:36:54 -0400 |
commit | 35c42cf3a64b633ca07f0fe47182955736b8c5e1 (patch) | |
tree | e556e94d79e678b44687e519cd18103172227fcd /x11vnc/sslhelper.c | |
parent | 387e189b37a1456ee5a4df52d495a9f31d01306a (diff) | |
download | libtdevnc-35c42cf3a64b633ca07f0fe47182955736b8c5e1.tar.gz libtdevnc-35c42cf3a64b633ca07f0fe47182955736b8c5e1.zip |
Workaround for inane X_ShmAttach incompatibility in Xorg, -solid support in xfce, showrfbauth option.
Diffstat (limited to 'x11vnc/sslhelper.c')
-rw-r--r-- | x11vnc/sslhelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c index 4c84cbc..b9b0058 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -3639,8 +3639,8 @@ void accept_openssl(int mode, int presock) { wrote_cookie: ssl_xfer(vncsock, s_in, s_out, 0); - rfbLog("SSL: ssl_helper[%d]: exit case 7 (ssl_xfer done)\n", getpid()); + if (0) usleep(50 * 1000); exit(0); } /* parent here */ |