]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert
authorMartin Kraemer <martin@apache.org>
Thu, 30 Aug 2007 16:07:32 +0000 (16:07 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 30 Aug 2007 16:07:32 +0000 (16:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571223 13f79535-47bb-0310-9956-ffa450edef68

modules/debug/mod_dumpio.c

index f4fdbba0aab2a0679e5857b7ca366cbd54ee1483..a0cf22d2e05df575a4bb8f14107dd07d011280ab 100644 (file)
@@ -67,9 +67,6 @@ static void dumpit(ap_filter_t *f, apr_bucket *b)
             if (nbytes) {
                 obuf = malloc(nbytes+1);    /* use pool? */
                 memcpy(obuf, buf, nbytes);
-#if APR_CHARSET_EBCDIC
-                ap_xlate_proto_from_ascii(obuf, nbytes);
-#endif
                 obuf[nbytes] = '\0';
                 ap_log_error(APLOG_MARK, ptr->loglevel, 0, c->base_server,
                      "mod_dumpio:  %s (%s-%s): %s",