From caa6d89f85da502fa580bc85445327be289d8944 Mon Sep 17 00:00:00 2001 From: brenosilva Date: Mon, 14 Mar 2011 13:11:46 +0000 Subject: [PATCH] revert MODSEC-171 --- apache2/apache2_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/apache2_io.c b/apache2/apache2_io.c index 8cb45c04..5ef7a63e 100644 --- a/apache2/apache2_io.c +++ b/apache2/apache2_io.c @@ -154,7 +154,7 @@ apr_status_t input_filter(ap_filter_t *f, apr_bucket_brigade *bb_out, } } - return ap_get_brigade(f->next, bb_out, mode, block, nbytes); + return APR_SUCCESS; } /**