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 89770af..9ccc4a9 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -1510,7 +1510,7 @@ void accept_openssl(int mode) { } if (have_httpd) { - int n, is_http; + int n = 0, is_http; int hport = screen->httpPort; char *iface = NULL; char *buf, *tbuf; |