From 60d3366f1b5cb273f122e185af23ef6ebb00d6ae Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 21 Nov 2003 18:14:44 +0000 Subject: [PATCH] axe a comment that was removed long ago then re-emerged with the massive proxy changes PR: 18628 Submitted by: Joshua Colvin Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101833 13f79535-47bb-0310-9956-ffa450edef68 --- src/modules/proxy/proxy_util.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/proxy/proxy_util.c b/src/modules/proxy/proxy_util.c index bf9081b79ad..dbc0c363f88 100644 --- a/src/modules/proxy/proxy_util.c +++ b/src/modules/proxy/proxy_util.c @@ -292,9 +292,6 @@ char * return "Bad IP address in URL"; } -/* if (strchr(host,'.') == NULL && domain != NULL) - host = pstrcat(p, host, domain, NULL); - */ *urlp = url; *hostp = host; -- 2.47.2