File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1781,7 +1781,7 @@ static apr_status_t msre_ruleset_process_phase_(msre_ruleset *ruleset, modsec_re
1781
1781
}
1782
1782
1783
1783
if (rc == RULE_NO_MATCH ) {
1784
- if (rule -> actionset && rule -> actionset -> is_chained ) {
1784
+ if (rule -> actionset -> is_chained ) {
1785
1785
/* If the current rule is part of a chain then
1786
1786
* we need to skip over all the rules in the chain.
1787
1787
*/
@@ -1905,7 +1905,7 @@ static apr_status_t msre_ruleset_process_phase_(msre_ruleset *ruleset, modsec_re
1905
1905
apr_table_clear (msr -> matched_vars );
1906
1906
return -1 ;
1907
1907
} else {
1908
- if (rule -> actionset -> is_chained ) {
1908
+ if (rule -> actionset && rule -> actionset -> is_chained ) {
1909
1909
/* If the current rule is part of a chain then
1910
1910
* we need to skip over all the rules in the chain.
1911
1911
*/
You can’t perform that action at this time.
0 commit comments