diff options
author | runge <runge> | 2008-09-17 13:35:07 +0000 |
---|---|---|
committer | runge <runge> | 2008-09-17 13:35:07 +0000 |
commit | a1e5d55e356f4913169f6dd746b14548cc51695d (patch) | |
tree | ecb88c7518e6586a8f7580ee432900fab408939a /x11vnc/x11vnc_defs.c | |
parent | 95d7788eb062a6c6ba07bee516e4e8f1cc8a4db4 (diff) | |
download | libtdevnc-a1e5d55e356f4913169f6dd746b14548cc51695d.tar.gz libtdevnc-a1e5d55e356f4913169f6dd746b14548cc51695d.zip |
x11vnc: make -allow work in -ssl 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 4674c2e..d7448d4 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.9.4 lastmod: 2008-09-14"; +char lastmod[] = "0.9.4 lastmod: 2008-09-16"; /* X display info */ |