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
67429307cc
commit
8947346cd4
@ -280,7 +280,7 @@ bool XML::processChunk(const char *buf, unsigned int size,
|
|||||||
xmlParseChunk(m_data.parsing_ctx_arg, buf, size, 0);
|
xmlParseChunk(m_data.parsing_ctx_arg, buf, size, 0);
|
||||||
if (m_data.parsing_ctx_arg->wellFormed != 1) {
|
if (m_data.parsing_ctx_arg->wellFormed != 1) {
|
||||||
error->assign("XML: Failed to parse document for ARGS.");
|
error->assign("XML: Failed to parse document for ARGS.");
|
||||||
ms_dbg_a(m_transaction, 4, "XML: Failed parsing document for ARGS.");
|
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document for ARGS.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user