mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Remove declaration of an unused variable.
This commit is contained in:
@@ -341,7 +341,6 @@ static apr_status_t modsecurity_request_body_end_raw(modsec_rec *msr, char **err
|
|||||||
msc_data_chunk **chunks, *one_chunk;
|
msc_data_chunk **chunks, *one_chunk;
|
||||||
char *d;
|
char *d;
|
||||||
int i, sofar;
|
int i, sofar;
|
||||||
int invalid_count = 0;
|
|
||||||
|
|
||||||
*error_msg = NULL;
|
*error_msg = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user