mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Remove unnecessary comment.
Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
This commit is contained in:
@@ -84,7 +84,6 @@ static void msc_xml_on_end_elementns(
|
||||
arg->value = xml_parser_state->currval;
|
||||
arg->value_len = strlen(xml_parser_state->currval);
|
||||
arg->value_origin_len = arg->value_len;
|
||||
//arg->value_origin_offset = value-base_offset;
|
||||
arg->origin = "XML";
|
||||
|
||||
if (msr->txcfg->debuglog_level >= 9) {
|
||||
|
Reference in New Issue
Block a user