From 62302c2474a9d4651930e6f411e18937ebc34d10 Mon Sep 17 00:00:00 2001 From: Marc Stern Date: Tue, 16 Apr 2024 17:59:43 +0200 Subject: [PATCH] Update apache2/apache2_io.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com> --- 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 b8117d91..5d2ef85b 100644 --- a/apache2/apache2_io.c +++ b/apache2/apache2_io.c @@ -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;