mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -29,7 +29,7 @@ namespace actions {
|
||||
|
||||
class XmlNS : public Action {
|
||||
public:
|
||||
explicit XmlNS(std::string action) : Action(action) { }
|
||||
explicit XmlNS(const std::string &action) : Action(action) { }
|
||||
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user