From fc05e522e09543d70b98c398df4324bf117f01a2 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 14 Sep 2000 15:37:17 +0000 Subject: [PATCH] Change AddFilter name to AddOutputFilter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86227 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index c50f6aa8c3..ecf505c88c 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -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 } }; -- 2.50.1