summaryrefslogtreecommitdiffstats
path: root/x11vnc/sslhelper.c
diff options
context:
space:
mode:
authorrunge <runge>2006-12-28 17:57:10 +0000
committerrunge <runge>2006-12-28 17:57:10 +0000
commitf9baaf1ee49e7889808b1f058a5f348a9cd5f027 (patch)
tree67b130f468967c942662f620950e188672d84e60 /x11vnc/sslhelper.c
parent99a557d673ac4444532ac7025cb479a229ea7fb3 (diff)
downloadlibtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.tar.gz
libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.zip
more compiler warnings cleanup.
Diffstat (limited to 'x11vnc/sslhelper.c')
-rw-r--r--x11vnc/sslhelper.c2
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;