]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix missed change to comment
authorJeff Trawick <trawick@apache.org>
Fri, 2 Jun 2000 13:38:04 +0000 (13:38 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 2 Jun 2000 13:38:04 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85376 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index afefe2a0e40f1e08b1df17ffec3a4dedd8d07f40..b8aa78a84b6b825483a53af80b59e11be652eee1 100644 (file)
@@ -2452,7 +2452,7 @@ static int default_handler(request_rec *r)
            ap_table_setn(r->headers_out, "Content-MD5",
                          ap_md5digest(r->pool, fd));
        }
-#endif /* CHARSET_EBCDIC */
+#endif /* APACHE_XLATE */
 
        rangestatus = ap_set_byterange(r);