mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Quiet uninitialized warning.
This commit is contained in:
parent
a1a0c24b88
commit
220abd3444
@ -1175,7 +1175,7 @@ static void msre_perform_disruptive_actions(modsec_rec *msr, msre_rule *rule,
|
|||||||
static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
|
static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
|
||||||
msre_actionset *acting_actionset, apr_pool_t *mptmp)
|
msre_actionset *acting_actionset, apr_pool_t *mptmp)
|
||||||
{
|
{
|
||||||
apr_time_t time_before_regex;
|
apr_time_t time_before_regex = 0;
|
||||||
char *my_error_msg = NULL;
|
char *my_error_msg = NULL;
|
||||||
const char *full_varname = NULL;
|
const char *full_varname = NULL;
|
||||||
int rc;
|
int rc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user