diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 5ec1a19..c305bf1 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -111,6 +111,7 @@ int connect_once = 1; /* disconnect after first connection session. */ int connect_once = 0; #endif int got_connect_once = 0; +int got_findauth = 0; int deny_all = 0; /* global locking of new clients */ #ifndef REMOTE_DEFAULT #define REMOTE_DEFAULT 1 |