Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xvnc: do not use dup2() to create a file descriptor for -inetd option
Use dup() instead to get an available file descriptor to avoid hijacking already existing descriptor. Fixes #1709
- Loading branch information