mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
16 lines
363 B
Plaintext
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;
|
|
}
|