mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Code/doc cleanup.
This commit is contained in:
@@ -1050,8 +1050,7 @@ apr_status_t msre_ruleset_process_phase(msre_ruleset *ruleset, modsec_rec *msr)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
if (rc == RULE_MATCH) {
|
||||
else if (rc == RULE_MATCH) {
|
||||
if (msr->rule_was_intercepted) {
|
||||
/* If the transaction was intercepted by this rule we will
|
||||
* go back. Do note that we are relying on the
|
||||
|
||||
Reference in New Issue
Block a user