From 35c42cf3a64b633ca07f0fe47182955736b8c5e1 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 17 Oct 2009 22:36:54 -0400 Subject: Workaround for inane X_ShmAttach incompatibility in Xorg, -solid support in xfce, showrfbauth option. --- x11vnc/sslhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11vnc/sslhelper.c') 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 */ -- cgit v1.2.3