diff options
author | runge <runge> | 2009-01-04 03:10:39 +0000 |
---|---|---|
committer | runge <runge> | 2009-01-04 03:10:39 +0000 |
commit | 4fdb4cc67f1563156593e5b3deca80acf35f39ed (patch) | |
tree | 18a6d6ddc102aa3c91ed8bd24c863893b8f8de1b /x11vnc/connections.c | |
parent | 6876b85df3abc71feb26ce85bf2ef3bfae001af2 (diff) | |
download | libvncserver-4fdb4cc67f1563156593e5b3deca80acf35f39ed.zip libvncserver-4fdb4cc67f1563156593e5b3deca80acf35f39ed.tar.gz |
x11vnc: add -rmflag option, -rawfb vt support, bpp < 8 support
for rawfb, find /dev/video better. Fix reverse SSL connection
for DH. Some improvements for CUPS TS helper, restart if needed.
Diffstat (limited to 'x11vnc/connections.c')
-rw-r--r-- | x11vnc/connections.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11vnc/connections.c b/x11vnc/connections.c index 52b3f2a..e759707 100644 --- a/x11vnc/connections.c +++ b/x11vnc/connections.c @@ -2263,8 +2263,6 @@ char *get_repeater_string(char *str, int *len) { * Do a reverse connect for a single "host" or "host:port" */ -extern int ssl_client_mode; - static int do_reverse_connect(char *str_in) { rfbClientPtr cl; char *host, *p, *str = str_in, *s = NULL; |