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