From: Ryan Bloom Date: Thu, 14 Sep 2000 15:37:17 +0000 (+0000) Subject: Change AddFilter name to AddOutputFilter X-Git-Tag: APACHE_2_0_ALPHA_7~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc05e522e09543d70b98c398df4324bf117f01a2;p=thirdparty%2Fapache%2Fhttpd.git Change AddFilter name to AddOutputFilter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86227 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index c50f6aa8c32..ecf505c88c2 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 } };