]> granicus.if.org Git - apache/commitdiff
Change AddFilter name to AddOutputFilter
authorRyan Bloom <rbb@apache.org>
Thu, 14 Sep 2000 15:37:17 +0000 (15:37 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 14 Sep 2000 15:37:17 +0000 (15:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86227 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index c50f6aa8c3291127e82b87f1a0548814835e9a18..ecf505c88c24b54b6e0a790f4653bd47ae0903dd 100644 (file)
@@ -2702,7 +2702,7 @@ AP_INIT_TAKE12("RLimitNPROC", no_set_limit, NULL,
  * to leave it just in the conf file.  Other should feel free to disagree
  * with me.  Rbb.
  */
-AP_INIT_ITERATE("AddFilter", add_filter, NULL, ACCESS_CONF,
+AP_INIT_ITERATE("AddOutputFilter", add_filter, NULL, ACCESS_CONF,
    "filters to be run"),
 { NULL }
 };