From fa8c45e7cbd8a2db60bfc3a4610701f43a1feef3 Mon Sep 17 00:00:00 2001 From: brenosilva Date: Fri, 11 Mar 2011 17:24:44 +0000 Subject: [PATCH] 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 5ef7a63e..8cb45c04 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 APR_SUCCESS; + return ap_get_brigade(f->next, bb_out, mode, block, nbytes); } /**