|
From: Brian P. <br...@us...> - 2007-05-14 19:46:04
|
CVSROOT: /cvsroot/vncproxy
Module name: vncproxy
Repository: vncproxy/src/
Changes by: br...@sc....(none) 07/05/14 12:46:06
Log message:
Fix parsing in parse_host_info(). Before, a hostname like "foobar:1" was
parsed as hostname "foobar" with s_host_port=5901. Instead we really
want the full X display name like "foobar:1".
Get rid of unused s_host_port var.
Modified files:
vncproxy/src/:
host_connect.c
Revision Changes Path
1.21 +4 -23 vncproxy/src/host_connect.c
|