diff options
author | runge <runge> | 2007-05-05 14:53:21 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-05 14:53:21 +0000 |
commit | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (patch) | |
tree | f73a4304be4d827eb62a9a7732563cc79391edaf /x11vnc/options.c | |
parent | 6378acecb04b2824179fea0ab168cbfcb960e70d (diff) | |
download | libtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.tar.gz libtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.zip |
x11vnc: add groups handling for -users mode.
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 a03e069..6c48b58 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -84,6 +84,7 @@ char *allowed_external_cmds = NULL; int started_as_root = 0; int host_lookup = 1; char *users_list = NULL; /* -users */ +char **user2group = NULL; char *allow_list = NULL; /* for -allow and -localhost */ char *listen_str = NULL; char *allow_once = NULL; /* one time -allow */ |