mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
cppcheck: make static analysis more pedantic
This commit is contained in:
@@ -28,7 +28,7 @@ namespace modsecurity {
|
||||
namespace variables {
|
||||
|
||||
|
||||
Variable::Variable(std::string name)
|
||||
Variable::Variable(const std::string &name)
|
||||
: m_name(name),
|
||||
m_collectionName("") {
|
||||
size_t a = m_name.find(":");
|
||||
|
||||
Reference in New Issue
Block a user