diff options
Diffstat (limited to 'x11vnc/pointer.c')
-rw-r--r-- | x11vnc/pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/pointer.c b/x11vnc/pointer.c index 0b36183..83e49d8 100644 --- a/x11vnc/pointer.c +++ b/x11vnc/pointer.c @@ -997,6 +997,7 @@ if (0) fprintf(stderr, "initialize_pipeinput: %s -- %s\n", pipeinput_str, p); clean_up_exit(1); } rfbLog("pipeinput: starting: \"%s\"...\n", p); + close_exec_fds(); pipeinput_fh = popen(p, "w"); if (! pipeinput_fh) { |