mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
90be54e25e
commit
f0aa0700fe
@ -321,7 +321,7 @@ bool XML::complete(std::string *error) {
|
||||
m_transaction->m_secXMLParseXmlIntoArgs
|
||||
== RulesSetProperties::TrueConfigXMLParseXmlIntoArgs)
|
||||
) {
|
||||
/* This is how we signalise the end of parsing to libxml. */
|
||||
/* This is how we signale the end of parsing to libxml. */
|
||||
if (xmlParseChunk(m_data.parsing_ctx_arg, NULL, 0, 1) != 0) {
|
||||
if (m_data.xml_error != "") {
|
||||
error->assign(m_data.xml_error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user