mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Cosmetics: fixed static analysis issues.
This commit is contained in:
@@ -30,10 +30,10 @@ namespace modsecurity {
|
||||
AnchoredVariable::AnchoredVariable(Transaction *t,
|
||||
std::string name)
|
||||
: m_transaction(t),
|
||||
m_var(NULL),
|
||||
m_offset(0),
|
||||
m_name(""),
|
||||
m_value("") {
|
||||
m_value(""),
|
||||
m_var(NULL) {
|
||||
m_name.append(name);
|
||||
m_var = new VariableValue(&m_name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user