Skip to content

Commit 69b486d

Browse files
authored
Merge pull request #269 from trackers-lover/main
correct the return value type of function alias_find_used
2 parents 5d2b176 + b4dcac6 commit 69b486d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/sudoers/alias.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,5 @@ alias_find_used(struct sudoers_parse_tree *parse_tree, struct rbtree *used_alias
374374
}
375375
}
376376

377-
debug_return_int(errors ? false : true);
377+
debug_return_bool(errors ? false : true);
378378
}

0 commit comments

Comments
 (0)