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 01c1577..114e851 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -16,6 +16,7 @@ int logfile_append = 0; char *flagfile = NULL; /* -flag */ char *passwdfile = NULL; /* -passwdfile */ int unixpw = 0; /* -unixpw */ +int unixpw_nis = 0; /* -unixpw_nis */ char *unixpw_list = NULL; int use_stunnel = 0; /* -stunnel */ int stunnel_port = 0; |