mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-28 10:48:48 +03:00
Debug message clarification
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
055aec7bf6
commit
3829d65792
@ -3719,7 +3719,7 @@ static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const ch
|
||||
assert(p1 != NULL);
|
||||
// Normally useless code, left to be safe for the moment
|
||||
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;
|
||||
}
|
||||
directory_config *dcfg = (directory_config *)_dcfg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user