From 5920dc18d75a53690ed8690867f501c51595daf1 Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 28 Mar 2006 05:43:04 +0000 Subject: SSL patch for Java viewer. https support for x11vnc. --- x11vnc/sslcmds.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11vnc/sslcmds.c') diff --git a/x11vnc/sslcmds.c b/x11vnc/sslcmds.c index e9e3208..4b05a7d 100644 --- a/x11vnc/sslcmds.c +++ b/x11vnc/sslcmds.c @@ -29,6 +29,8 @@ void check_stunnel(void) { } last_check = now; + /* double check that stunnel is still running: */ + if (stunnel_pid > 0) { int status; waitpid(stunnel_pid, &status, WNOHANG); -- cgit v1.2.1