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