diff options
author | runge <[email protected]> | 2009-08-10 17:56:10 -0400 |
---|---|---|
committer | runge <[email protected]> | 2009-08-10 17:56:10 -0400 |
commit | fd084b5d28189727f1dff6022d2b421d772bcc1a (patch) | |
tree | b06223e1b18a4988e9c97ae6f759f7151570c1af /x11vnc/x11vnc.c | |
parent | 2c6bf9234edc30fd564a693a3bb954fd1ea50455 (diff) | |
download | libtdevnc-fd084b5d28189727f1dff6022d2b421d772bcc1a.tar.gz libtdevnc-fd084b5d28189727f1dff6022d2b421d772bcc1a.zip |
Improvements to -unixpw_cmd and -unixpw_nis.
Experimental X11VNC_WATCH_DX_DY=1 for buggy theme menus,
see: http://ubuntuforums.org/showthread.php?t=1223490
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r-- | x11vnc/x11vnc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index 95e042c..2ef6217 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -2482,6 +2482,9 @@ int main(int argc, char* argv[]) { if (unixpw_list) { unixpw_list = NULL; } + if (unixpw_cmd) { + unixpw_cmd = NULL; + } continue; } if (!strcmp(arg, "-vencrypt")) { |