Update apache2/apache2_io.c

Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
This commit is contained in:
Marc Stern
2024-04-16 17:59:43 +02:00
committed by GitHub
parent 5122f89005
commit 62302c2474

View File

@@ -180,7 +180,7 @@ apr_status_t input_filter(ap_filter_t *f, apr_bucket_brigade *bb_out,
*/
apr_status_t read_request_body(modsec_rec *msr, char **error_msg) {
assert(msr != NULL);
assert( error_msg!= NULL);
assert(error_msg!= NULL);
request_rec *r = msr->r;
unsigned int finished_reading;
apr_bucket_brigade *bb_in;