mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
8947346cd4
commit
2135c8934e
@ -295,7 +295,7 @@ bool XML::complete(std::string *error) {
|
|||||||
if (m_data.parsing_ctx != NULL &&
|
if (m_data.parsing_ctx != NULL &&
|
||||||
m_transaction->m_secXMLParseXmlIntoArgs
|
m_transaction->m_secXMLParseXmlIntoArgs
|
||||||
!= RulesSetProperties::OnlyArgsConfigXMLParseXmlIntoArgs) {
|
!= RulesSetProperties::OnlyArgsConfigXMLParseXmlIntoArgs) {
|
||||||
/* This is how we signalise the end of parsing to libxml. */
|
/* This is how we signal the end of parsing to libxml. */
|
||||||
xmlParseChunk(m_data.parsing_ctx, NULL, 0, 1);
|
xmlParseChunk(m_data.parsing_ctx, NULL, 0, 1);
|
||||||
|
|
||||||
/* Preserve the results for our reference. */
|
/* Preserve the results for our reference. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user