From: Jeff Trawick Date: Fri, 21 Nov 2003 18:14:44 +0000 (+0000) Subject: axe a comment that was removed long ago then re-emerged with the massive X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d3366f1b5cb273f122e185af23ef6ebb00d6ae;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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;