mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Fix a compile warning.
This commit is contained in:
parent
473a471bba
commit
f508c0a331
@ -1168,7 +1168,7 @@ static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
|
||||
{
|
||||
apr_time_t time_before_regex;
|
||||
char *my_error_msg = NULL;
|
||||
char *full_varname = NULL;
|
||||
const char *full_varname = NULL;
|
||||
int rc;
|
||||
|
||||
/* determine the full var name if not already resolved
|
||||
|
Loading…
x
Reference in New Issue
Block a user