From: Jeff Trawick Date: Thu, 5 Oct 2000 02:36:55 +0000 (+0000) Subject: Update the call to ap_add_filter() to include the new X-Git-Tag: APACHE_2_0_ALPHA_7~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbdb1905829ea8b8ab5da91bc3c752806d6eb969;p=thirdparty%2Fapache%2Fhttpd.git Update the call to ap_add_filter() to include the new conn_rec parameter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86395 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_charset_lite.c b/modules/experimental/mod_charset_lite.c index 35707ce95a4..83994fb8e91 100644 --- a/modules/experimental/mod_charset_lite.c +++ b/modules/experimental/mod_charset_lite.c @@ -366,7 +366,7 @@ static void xlate_insert_filter(request_rec *r) if (reqinfo && dc->implicit_add == IA_IMPADD && reqinfo->output_ctx) { - ap_add_filter(XLATEOUT_FILTER_NAME, reqinfo->output_ctx, r); + ap_add_filter(XLATEOUT_FILTER_NAME, reqinfo->output_ctx, r, r->connection); } #ifdef NOT_YET /* no input filters yet; we still rely on BUFF */