diff options
Diffstat (limited to 'www/httptunnel/files/patch-aa')
-rw-r--r-- | www/httptunnel/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/httptunnel/files/patch-aa b/www/httptunnel/files/patch-aa deleted file mode 100644 index 51bb72713c30..000000000000 --- a/www/httptunnel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |