summaryrefslogtreecommitdiffstats
path: root/x11vnc/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/remote.c')
-rw-r--r--x11vnc/remote.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/remote.c b/x11vnc/remote.c
index 689f9b0..8aada19 100644
--- a/x11vnc/remote.c
+++ b/x11vnc/remote.c
@@ -5248,6 +5248,10 @@ char *process_remote_cmd(char *cmd, int stringonly) {
snprintf(buf, bufn, "aro=%s:%s", p, NONUL(flagfile));
goto qry;
}
+ if (!strcmp(p, "rmflag")) {
+ snprintf(buf, bufn, "aro=%s:%s", p, NONUL(rm_flagfile));
+ goto qry;
+ }
if (!strcmp(p, "rc")) {
char *s = rc_rcfile;
if (rc_rcfile_default) {