diff --git a/headers/modsecurity/rules_properties.h b/headers/modsecurity/rules_properties.h index 89a95ad8..4743db0f 100644 --- a/headers/modsecurity/rules_properties.h +++ b/headers/modsecurity/rules_properties.h @@ -107,7 +107,7 @@ class RulesProperties { delete m_debugLog; } - std::vector rules[7]; + std::vector rules[8]; std::vector * getRulesForPhase(int phase) { if (phase > 7) { return NULL; @@ -116,7 +116,7 @@ class RulesProperties { } // ModSecurity::Phases::NUMBER_OF_PHASES - std::vector defaultActions[7]; + std::vector defaultActions[8]; // ModSecurity::Phases::NUMBER_OF_PHASES /**