diff options
Diffstat (limited to 'x11vnc/remote.c')
-rw-r--r-- | x11vnc/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/remote.c b/x11vnc/remote.c index 9666796..cd80538 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -4005,7 +4005,7 @@ char *process_remote_cmd(char *cmd, int stringonly) { snprintf(buf, bufn, "aro=%s:%d", p, no_external_cmds); } else if (!strcmp(p, "passwdfile")) { snprintf(buf, bufn, "aro=%s:%s", p, NONUL(passwdfile)); -#ifndef REL81 +#ifndef REL8x } else if (!strcmp(p, "unixpw")) { snprintf(buf, bufn, "aro=%s:%d", p, unixpw); } else if (!strcmp(p, "unixpw_nis")) { |