mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +03:00
Uses shared_ptr on variable names
This commit is contained in:
@@ -41,7 +41,6 @@ class XML_NoDictElement : public Variable {
|
||||
m_plain("[XML document tree]"),
|
||||
m_var(&m_name, &m_plain) {
|
||||
m_var.m_dynamic = false;
|
||||
m_var.m_dynamic_value = false;
|
||||
}
|
||||
|
||||
void evaluate(Transaction *transaction,
|
||||
|
||||
Reference in New Issue
Block a user