From 8bef644d17f62ea6daf7459b863f05de187966fe Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 10 Dec 2008 17:12:27 +0000 Subject: x11vnc: 0.9.6 release. Some strtok bugfixes. rename -tlsvnc to -anontls. Disable ssl caching. No cert creation prompting in inetd or bg modes. waitpid a bit more carefully on ssl helpers. Tune ssl initial timeouts. Let -create user specify starting X display. fix -rfbport prompt gui for older tk. -sslonly option. Error if no -ssl with related options. -rand option. -ssl implies -ssl SAVE --- x11vnc/remote.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11vnc/remote.c') diff --git a/x11vnc/remote.c b/x11vnc/remote.c index 9b751bc..689f9b0 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -327,6 +327,7 @@ int check_httpdir(void) { if ((q = strrchr(prog, '/')) == NULL) { rfbLog("check_httpdir: bad program path: %s\n", prog); free(prog); + rfbLog("check_httpdir: *HTTP disabled* Use -httpdir path\n"); return 0; } @@ -383,6 +384,7 @@ int check_httpdir(void) { rfbLog("check_httpdir: bad guess:\n"); rfbLog(" %s\n", httpdir); + rfbLog("check_httpdir: *HTTP disabled* Use -httpdir path\n"); return 0; } } -- cgit v1.2.1