Files
ModSecurity/src/rule_with_actions.h.rej
2020-10-29 13:44:04 -03:00

16 lines
363 B
Plaintext

--- src/rule_with_actions.h
+++ src/rule_with_actions.h
@@ -520,11 +528,10 @@ class RuleWithActions : public Rule {
for (auto &a : m_XmlNSs) {
dst.push_back(a.get());
}
-
+
return dst;
}
-
virtual void dump(std::stringstream &out) const override {
out << "RuleWithActions" << std::endl;
}