mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -31,7 +31,7 @@ namespace actions {
|
||||
|
||||
class Severity : public Action {
|
||||
public:
|
||||
explicit Severity(std::string action)
|
||||
explicit Severity(const std::string &action)
|
||||
: Action(action),
|
||||
m_severity(0) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user