From a59a898071e55e2d4be4dd36bc142279f7d88379 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 29 Sep 2007 02:49:30 +0000 Subject: [PATCH] Clean up 2nd typo of the same line, backports 580535 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@580537 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_case_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/experimental/mod_case_filter.c b/modules/experimental/mod_case_filter.c index 68aeec72ac3..657c174b031 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_brigade_cleanup(pbbIn); + apr_brigade_cleanup(pbbIn); return ap_pass_brigade(f->next,pbbOut); } -- 2.47.2