diff options
author | runge <runge> | 2006-12-10 03:12:02 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-10 03:12:02 +0000 |
commit | 5b198763c597459a27e7e88827dcc748b98b6670 (patch) | |
tree | 07111d31dc1932bd6c5bb99bd899916e5efb7129 /x11vnc/v4l.c | |
parent | 726cedb871a70aa6307df74e769605ee89bd52d0 (diff) | |
download | libtdevnc-5b198763c597459a27e7e88827dcc748b98b6670.tar.gz libtdevnc-5b198763c597459a27e7e88827dcc748b98b6670.zip |
x11vnc: FINDCREATEDISPLAY support to create X session if one cannot be found. Fix bug in java viewer.
Diffstat (limited to 'x11vnc/v4l.c')
-rw-r--r-- | x11vnc/v4l.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/v4l.c b/x11vnc/v4l.c index d762bc7..ddf84a4 100644 --- a/x11vnc/v4l.c +++ b/x11vnc/v4l.c @@ -1126,6 +1126,7 @@ static char *guess_via_v4l_info(char *dev, int *fd) { sprintf(cmd, "v4l-info '%s' > %s", dev, tmp); close(tmp_fd); + close_exec_fds(); rc = system(cmd); if (rc != 0) { unlink(tmp); |