From cd5d58afc264d06953dd1b8a3f4ecfc096409a29 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Thu, 31 Aug 2000 21:15:06 +0000 Subject: Typo police --- www/httptunnel/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/httptunnel/files/patch-aa (limited to 'www/httptunnel/files/patch-aa') diff --git a/www/httptunnel/files/patch-aa b/www/httptunnel/files/patch-aa new file mode 100644 index 000000000000..51bb72713c30 --- /dev/null +++ b/www/httptunnel/files/patch-aa @@ -0,0 +1,11 @@ +--- htc.c.orig Thu Aug 31 22:10:13 2000 ++++ htc.c Thu Aug 31 22:10:29 2000 +@@ -539,7 +539,7 @@ + arg.host_name, arg.host_port, + arg.proxy_name, arg.proxy_port); + else +- log_notice ("connected to %s%d", arg.host_name, arg.host_port); ++ log_notice ("connected to %s:%d", arg.host_name, arg.host_port); + + closed = FALSE; + time (&last_tunnel_write); -- cgit v1.2.3