mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Code cosmetics: Reduces the amounts of warning.
Removes the warnings by adding missing headers and removed unused variables.
This commit is contained in:
@@ -2053,7 +2053,6 @@ static int msre_op_detectXSS_execute(modsec_rec *msr, msre_rule *rule, msre_var
|
||||
char **error_msg) {
|
||||
|
||||
int is_xss;
|
||||
int capture;
|
||||
|
||||
is_xss = libinjection_xss(var->value, var->value_len);
|
||||
|
||||
|
Reference in New Issue
Block a user