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