Fix disruptive action flow while RuleEngine is in DetectionOnly

This commit is contained in:
Felipe Zimmerle
2015-09-17 10:49:12 -03:00
parent 490ad23e41
commit 11e1a67d58
8 changed files with 136 additions and 27 deletions

View File

@@ -25,6 +25,7 @@ typedef struct ModSecurityIntervention_t {
int pause;
const char *url;
const char *log;
int disruptive;
} ModSecurityIntervention;
#ifdef __cplusplus