mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
f0aa0700fe
commit
eedfed873e
@ -327,7 +327,7 @@ bool XML::complete(std::string *error) {
|
|||||||
error->assign(m_data.xml_error);
|
error->assign(m_data.xml_error);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
error->assign("XML: Failed parsing document for ARGS.");
|
error->assign("XML: Failed to parse document for ARGS.");
|
||||||
}
|
}
|
||||||
xmlFreeParserCtxt(m_data.parsing_ctx_arg);
|
xmlFreeParserCtxt(m_data.parsing_ctx_arg);
|
||||||
m_data.parsing_ctx_arg = NULL;
|
m_data.parsing_ctx_arg = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user