Use use new msr->rule_was_intercepted flag. See #425.

This commit is contained in:
brectanus
2007-12-17 19:58:35 +00:00
parent d6f492064a
commit 2f447fcd72
2 changed files with 9 additions and 4 deletions

View File

@@ -285,6 +285,7 @@ struct modsec_rec {
apr_md5_ctx_t new_auditlog_md5ctx;
unsigned int was_intercepted;
unsigned int rule_was_intercepted;
unsigned int intercept_phase;
msre_actionset *intercept_actionset;
const char *intercept_message;