mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 18:54:23 +03:00
Cosmetics: address cppcheck warnings on src/variables
This commit is contained in:
@@ -32,7 +32,7 @@ namespace variables {
|
||||
|
||||
class RemoteUser : public Variable {
|
||||
public:
|
||||
explicit RemoteUser(std::string _name)
|
||||
explicit RemoteUser(const std::string &_name)
|
||||
: Variable(_name),
|
||||
m_retName("REMOTE_USER") { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user