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