mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Cosmetics: fix some cppcheck complains to please QA
This commit is contained in:
@@ -50,7 +50,8 @@ class RuleScript : public RuleWithActions {
|
||||
std::unique_ptr<std::string> fileName,
|
||||
int lineNumber)
|
||||
: RuleWithActions(actions, t, std::move(fileName), lineNumber),
|
||||
m_name(name) { }
|
||||
m_name(name),
|
||||
m_lua() { }
|
||||
|
||||
bool init(std::string *err);
|
||||
bool evaluate(Transaction *trans,
|
||||
|
Reference in New Issue
Block a user