diff options
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) { |
