mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +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;
|
apr_time_t time_before_regex;
|
||||||
char *my_error_msg = NULL;
|
char *my_error_msg = NULL;
|
||||||
char *full_varname = NULL;
|
const char *full_varname = NULL;
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
/* determine the full var name if not already resolved
|
/* determine the full var name if not already resolved
|
||||||
|
Loading…
x
Reference in New Issue
Block a user