mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -28,7 +28,7 @@ namespace actions {
|
||||
|
||||
class Capture : public Action {
|
||||
public:
|
||||
explicit Capture(std::string action)
|
||||
explicit Capture(const std::string &action)
|
||||
: Action(action, RunTimeOnlyIfMatchKind) { }
|
||||
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override;
|
||||
|
||||
Reference in New Issue
Block a user