]> granicus.if.org Git - apache/commitdiff
Update the call to ap_add_filter() to include the new
authorJeff Trawick <trawick@apache.org>
Thu, 5 Oct 2000 02:36:55 +0000 (02:36 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 5 Oct 2000 02:36:55 +0000 (02:36 +0000)
conn_rec parameter.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86395 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_charset_lite.c

index 35707ce95a43a71c38978927896bf5196169dca5..83994fb8e9176958a684660b97ad0a52e44472fc 100644 (file)
@@ -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 */