Remove unnecessary break statement.

This commit is contained in:
Todd C. Miller
2021-02-25 13:19:55 -07:00
parent 0d04bbdbe2
commit 7bafd52fac

View File

@@ -688,7 +688,6 @@ default_binding_matches(struct sudoers_parse_tree *parse_tree,
switch (d->type) {
case DEFAULTS:
debug_return_bool(true);
break;
case DEFAULTS_USER:
if (userlist_matches(parse_tree, sudo_user.pw, d->binding) == ALLOW)
debug_return_bool(true);