Skip to content

Commit 21d71bb

Browse files
airweentheseion
andauthored
Typo fix.
Co-authored-by: Max Leske <[email protected]>
1 parent bfe8047 commit 21d71bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/re_actions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ static apr_status_t msre_action_ctl_execute(modsec_rec *msr, apr_pool_t *mptmp,
13861386
apr_table_addn(msr->removed_targets, apr_pstrdup(msr->mp, p2), (void *)re);
13871387
return 1;
13881388
} else
1389-
if (strcasecmp(name, "parseXMLintoArgs") == 0) {
1389+
if (strcasecmp(name, "parseXmlIntoArgs") == 0) {
13901390

13911391
if (strcasecmp(value, "on") == 0) {
13921392
msr->txcfg->parse_xml_into_args = MSC_XML_ARGS_ON;

0 commit comments

Comments
 (0)