]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
axe a comment that was removed long ago then re-emerged with the massive
authorJeff Trawick <trawick@apache.org>
Fri, 21 Nov 2003 18:14:44 +0000 (18:14 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 21 Nov 2003 18:14:44 +0000 (18:14 +0000)
proxy changes

PR: 18628
Submitted by: Joshua Colvin <joshua safeweb.com>
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

index bf9081b79ad06a09e6c41309b2e496e0ecbd2d62..dbc0c363f880b2aebc9b635f019e2413bed41430 100644 (file)
@@ -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;