mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +03:00
actions: Compute the rule association during rules load
This commit is contained in:
15
src/rule_with_actions.h.rej
Normal file
15
src/rule_with_actions.h.rej
Normal file
@@ -0,0 +1,15 @@
|
||||
--- 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;
|
||||
}
|
||||
Reference in New Issue
Block a user