mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Debug message clarification
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
@@ -3719,7 +3719,7 @@ static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const ch
|
|||||||
assert(p1 != NULL);
|
assert(p1 != NULL);
|
||||||
// Normally useless code, left to be safe for the moment
|
// Normally useless code, left to be safe for the moment
|
||||||
if (_dcfg == NULL) {
|
if (_dcfg == NULL) {
|
||||||
ap_log_perror(APLOG_MARK, APLOG_EMERG, 0, cmd->pool, "cmd_hash_engine: _dcfg is NULL");
|
ap_log_perror(APLOG_MARK, APLOG_EMERG, 0, cmd->pool, "cmd_parse_xml_into_args: _dcfg is NULL");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
directory_config *dcfg = (directory_config *)_dcfg;
|
directory_config *dcfg = (directory_config *)_dcfg;
|
||||||
|
|||||||
Reference in New Issue
Block a user