mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Fix more cppcheck warning
This commit is contained in:
@@ -148,8 +148,8 @@ Transaction::Transaction(ModSecurity *ms, RulesSet *rules, const char *id,
|
||||
m_json(nullptr),
|
||||
#endif
|
||||
m_secRuleEngine(RulesSetProperties::PropertyNotSetRuleEngine),
|
||||
m_logCbData(logCbData),
|
||||
m_secXMLParseXmlIntoArgs(rules->m_secXMLParseXmlIntoArgs),
|
||||
m_logCbData(logCbData),
|
||||
TransactionAnchoredVariables(this) {
|
||||
m_variableUrlEncodedError.set("0", 0);
|
||||
m_variableMscPcreError.set("0", 0);
|
||||
|
||||
Reference in New Issue
Block a user