From: Martin Kraemer Date: Fri, 21 Sep 2001 09:04:19 +0000 (+0000) Subject: Remove obsolete comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53b3fa4101e44bd52ba530c7e15d1e36bec5918;p=thirdparty%2Fapache%2Fhttpd.git Remove obsolete comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91099 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/proxy/proxy_util.c b/src/modules/proxy/proxy_util.c index 531d4efca7c..99717beb6ea 100644 --- a/src/modules/proxy/proxy_util.c +++ b/src/modules/proxy/proxy_util.c @@ -290,9 +290,6 @@ char * return "Bad IP address in URL"; } -/* if (strchr(host,'.') == NULL && domain != NULL) - host = pstrcat(p, host, domain, NULL); - */ *urlp = url; *hostp = host;