Typo fix.

Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus
2025-04-26 20:32:25 +02:00
committed by GitHub
parent c3ab480979
commit c19f90195c

View File

@@ -1024,7 +1024,7 @@ static char *msre_action_ctl_validate(msre_engine *engine, apr_pool_t *mp, msre_
return apr_psprintf(mp, "Invalid setting for ctl name HashEngine: %s", value); return apr_psprintf(mp, "Invalid setting for ctl name HashEngine: %s", value);
} }
else else
if (strcasecmp(name, "parseXMLintoArgs") == 0) { if (strcasecmp(name, "parseXmlIntoArgs") == 0) {
if (strcasecmp(value, "on") == 0) return NULL; if (strcasecmp(value, "on") == 0) return NULL;
if (strcasecmp(value, "off") == 0) return NULL; if (strcasecmp(value, "off") == 0) return NULL;
if (strcasecmp(value, "onlyargs") == 0) return NULL; if (strcasecmp(value, "onlyargs") == 0) return NULL;