diff options
author | runge <runge> | 2007-02-19 22:57:44 +0000 |
---|---|---|
committer | runge <runge> | 2007-02-19 22:57:44 +0000 |
commit | 23f6dc3da9bf9fc06a4ea8a5f0b2a6672aae65ba (patch) | |
tree | 418bba86bc5bdfbd2c40fb0073f168ab482c424e /x11vnc/x11vnc_defs.c | |
parent | 23178cd162a5ee7372115c1f76fda6129b912b75 (diff) | |
download | libtdevnc-23f6dc3da9bf9fc06a4ea8a5f0b2a6672aae65ba.tar.gz libtdevnc-23f6dc3da9bf9fc06a4ea8a5f0b2a6672aae65ba.zip |
x11vnc: fix -users bob= in -inetd mode.
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 3eb7b2a..22d98b6 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.5 lastmod: 2007-02-18"; +char lastmod[] = "0.8.5 lastmod: 2007-02-19"; /* X display info */ |