From 99cf606197e0eb64fb89f3a9b2f5c7e539f854ac Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 7 Aug 2000 19:26:02 +0000 Subject: Fix some problems with the apr conversion so that APACHE_XLATE builds work again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86018 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/util_charset.c') diff --git a/server/util_charset.c b/server/util_charset.c index e284711c5c..edec8ad006 100644 --- a/server/util_charset.c +++ b/server/util_charset.c @@ -104,7 +104,7 @@ API_EXPORT(apr_status_t) ap_set_content_xlate(request_rec *r, int output, if (output) { r->rrx->to_net = xlate; if (xlate) { - ap_xlate_get_sb(r->rrx->to_net, &r->rrx->to_net_sb); + apr_xlate_get_sb(r->rrx->to_net, &r->rrx->to_net_sb); } rv = ap_bsetopt(r->connection->client, BO_WXLATE, &xlate); } -- cgit v1.2.3