mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 19:16:40 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -53,7 +53,7 @@ enum AllowType : int {
|
||||
|
||||
class Allow : public Action {
|
||||
public:
|
||||
explicit Allow(std::string action)
|
||||
explicit Allow(const std::string &action)
|
||||
: Action(action, RunTimeOnlyIfMatchKind),
|
||||
m_allowType(NoneAllowType) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user