diff options
author | runge <runge> | 2007-03-24 23:27:32 +0000 |
---|---|---|
committer | runge <runge> | 2007-03-24 23:27:32 +0000 |
commit | 61c56222b3becbbc8f0bafef7602baae9f8fd7d9 (patch) | |
tree | b5100fe6e64e0ca25429bf53ddbba8978412a63d /x11vnc/user.c | |
parent | f1bfe53f4fab7996292846a68e075ebe76d107e7 (diff) | |
download | libtdevnc-61c56222b3becbbc8f0bafef7602baae9f8fd7d9.tar.gz libtdevnc-61c56222b3becbbc8f0bafef7602baae9f8fd7d9.zip |
x11vnc: reverse SSL connections. -sleepin option.
Diffstat (limited to 'x11vnc/user.c')
-rw-r--r-- | x11vnc/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/user.c b/x11vnc/user.c index 15310a1..8f4befb 100644 --- a/x11vnc/user.c +++ b/x11vnc/user.c @@ -1420,7 +1420,7 @@ int wait_for_client(int *argc, char** argv, int http) { } if (inetd && use_openssl) { - accept_openssl(OPENSSL_INETD); + accept_openssl(OPENSSL_INETD, -1); } while (1) { |