]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clean up 2nd typo of the same line, backports 580535
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Sep 2007 02:49:18 +0000 (02:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Sep 2007 02:49:18 +0000 (02:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580536 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_case_filter.c

index 086a1593476f90b3015335adeddd8196bcaf0c66..023ebb2205a0eeede5d557bdd70ad62cf8874a12 100644 (file)
@@ -100,7 +100,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);
     }