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 b14967b..5e60627 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -75,6 +75,7 @@ int no_external_cmds = 0; /* -nocmds */ #else int no_external_cmds = 1; /* cannot be turned back on. */ #endif +char *allowed_external_cmds = NULL; int started_as_root = 0; int host_lookup = 1; char *users_list = NULL; /* -users */ |