diff options
author | runge <runge> | 2006-09-15 15:26:40 +0000 |
---|---|---|
committer | runge <runge> | 2006-09-15 15:26:40 +0000 |
commit | be2b77f2f28cf195e2dfe3556b05b06d7d440f05 (patch) | |
tree | a1c074350c4ab5ead739739877becc74404ebeca /x11vnc/x11vnc_defs.c | |
parent | 130cf391b60b93f187152cc10f389106caf1cbeb (diff) | |
download | libtdevnc-be2b77f2f28cf195e2dfe3556b05b06d7d440f05.tar.gz libtdevnc-be2b77f2f28cf195e2dfe3556b05b06d7d440f05.zip |
x11vnc: clear DISPLAY for -unixpw su_verify, user supplied sig ignore.
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
-rw-r--r-- | x11vnc/x11vnc_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 16c5e53..170c981 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.8.3 lastmod: 2006-09-13"; +char lastmod[] = "0.8.3 lastmod: 2006-09-15"; /* X display info */ |