mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Coding style fixes
This commit is contained in:
@@ -355,7 +355,7 @@ class RulesProperties {
|
||||
to->m_httpblKey.m_set = from->m_httpblKey.m_set;
|
||||
}
|
||||
|
||||
to->m_exceptions.merge(from->m_exceptions);
|
||||
to->m_exceptions.merge(&from->m_exceptions);
|
||||
|
||||
to->m_components.insert(to->m_components.end(),
|
||||
from->m_components.begin(), from->m_components.end());
|
||||
|
Reference in New Issue
Block a user