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:
@@ -30,7 +30,7 @@ namespace actions {
|
||||
|
||||
class Exec : public Action {
|
||||
public:
|
||||
explicit Exec(std::string action)
|
||||
explicit Exec(const std::string &action)
|
||||
: Action(action),
|
||||
m_script("") { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user