diff options
author | Brian Somers <brian@FreeBSD.org> | 2000-08-31 21:15:06 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2000-08-31 21:15:06 +0000 |
commit | cd5d58afc264d06953dd1b8a3f4ecfc096409a29 (patch) | |
tree | 30274469b16dba761da1fca62c8c27a51adb5031 /www/httptunnel | |
parent | e697ee667e5e02fc1ab5a45eebce16356b407cf6 (diff) | |
download | ports-cd5d58afc264d06953dd1b8a3f4ecfc096409a29.tar.gz ports-cd5d58afc264d06953dd1b8a3f4ecfc096409a29.zip |
Notes
Diffstat (limited to 'www/httptunnel')
-rw-r--r-- | www/httptunnel/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
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); |