avoid useless loops

This commit is contained in:
Marc Stern 2023-10-31 12:55:07 +01:00
parent e9bf697c00
commit 9977870bc5

View File

@ -575,6 +575,7 @@ int msre_ruleset_rule_matches_exception(msre_rule *rule, rule_exception *re) {
&my_error_msg);
if (rc >= 0) {
match = 1;
break;
}
}
}