mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Remove old comment.
This commit is contained in:
@@ -1223,7 +1223,7 @@ static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (msr->txcfg->debuglog_level >= 4) {
|
if (msr->txcfg->debuglog_level >= 4) {
|
||||||
time_before_regex = apr_time_now(); /* IMP1 time_before_regex? */
|
time_before_regex = apr_time_now();
|
||||||
}
|
}
|
||||||
rc = rule->op_metadata->execute(msr, rule, var, &my_error_msg);
|
rc = rule->op_metadata->execute(msr, rule, var, &my_error_msg);
|
||||||
if (msr->txcfg->debuglog_level >= 4) {
|
if (msr->txcfg->debuglog_level >= 4) {
|
||||||
|
Reference in New Issue
Block a user