summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r--x11vnc/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c
index d1a285d..abda34c 100644
--- a/x11vnc/options.c
+++ b/x11vnc/options.c
@@ -414,7 +414,7 @@ int verbose = 0;
/* threaded vs. non-threaded (default) */
#if LIBVNCSERVER_HAVE_LIBPTHREAD && defined(X11VNC_THREADED)
-int use_threads = 1;
+int use_threads = 0; /* not 1. now X11VNC_THREADED means enable it at all. */
#else
int use_threads = 0;
#endif