revert MODSEC-171

This commit is contained in:
brenosilva
2011-03-14 13:11:46 +00:00
parent c04a4edb4b
commit caa6d89f85

View File

@@ -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;
} }
/** /**