mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -32,7 +32,7 @@ namespace actions {
|
||||
|
||||
class SetUID : public Action {
|
||||
public:
|
||||
explicit SetUID(std::string _action)
|
||||
explicit SetUID(const std::string &_action)
|
||||
: Action(_action) { }
|
||||
|
||||
explicit SetUID(std::unique_ptr<RunTimeString> z)
|
||||
|
Reference in New Issue
Block a user