Update comment

Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus 2025-04-27 20:28:07 +02:00 committed by GitHub
parent 8947346cd4
commit 2135c8934e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. */