mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Revert unneeded changes in r1459.
This commit is contained in:
parent
c24e61ac85
commit
4cd09b9daf
@ -1899,11 +1899,8 @@ static apr_status_t msre_rule_process_normal(msre_rule *rule, modsec_rec *msr) {
|
||||
for(i = 1; i < arr->nelts; i++) {
|
||||
expnames = apr_psprintf(mptmp, "%s|%s", expnames, ((msre_var *)te[i].val)->name);
|
||||
}
|
||||
|
||||
if (msr->txcfg->debuglog_level >= 4) {
|
||||
if (strcmp(rule->p1, expnames) != 0) {
|
||||
msr_log(msr, 4, "Expanded \"%s\" to \"%s\".", rule->p1, expnames);
|
||||
}
|
||||
if (strcmp(rule->p1, expnames) != 0) {
|
||||
msr_log(msr, 4, "Expanded \"%s\" to \"%s\".", rule->p1, expnames);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user