Uses an enumeration to determine the state of the SecRuleEngine

This commit is contained in:
Felipe Zimmerle
2015-07-09 16:10:32 -03:00
parent cb8d6249a8
commit 75a9cfa273
4 changed files with 43 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ class Driver {
std::vector<Rule *> rules[7]; // Number of Phases.
int sec_rule_engine;
ModSecurity::Rules::RuleEngine secRuleEngine;
int sec_audit_type;
bool sec_audit_engine;
bool sec_request_body_access;