]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove obsolete comment
authorMartin Kraemer <martin@apache.org>
Fri, 21 Sep 2001 09:04:19 +0000 (09:04 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 21 Sep 2001 09:04:19 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91099 13f79535-47bb-0310-9956-ffa450edef68

src/modules/proxy/proxy_util.c

index 531d4efca7ca315a292cc3e995f631748f38967e..99717beb6eaf03f32a56ce54890ab2b64d6cb1d9 100644 (file)
@@ -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;