From: William A. Rowe Jr Date: Sat, 29 Sep 2007 02:40:56 +0000 (+0000) Subject: Fix typo, backports r580532 X-Git-Tag: 2.0.62~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e196c79339f8bc0a99f1fc4ef1a6115342808961;p=thirdparty%2Fapache%2Fhttpd.git Fix typo, backports r580532 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@580534 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_case_filter.c b/modules/experimental/mod_case_filter.c index 1ee6abc5b2c..68aeec72ac3 100644 --- a/modules/experimental/mod_case_filter.c +++ b/modules/experimental/mod_case_filter.c @@ -98,7 +98,7 @@ static apr_status_t CaseFilterOutFilter(ap_filter_t *f, * processed above than to do a single cleanup down here. In any case, * don't let our caller pass the same buckets to us, twice; */ - ap_briade_cleanup(pbbIn); + ap_brigade_cleanup(pbbIn); return ap_pass_brigade(f->next,pbbOut); }