diff options
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 */ |