diff --git a/plugins/sudoers/alias.c b/plugins/sudoers/alias.c index 09f086879e..118c6b23d7 100644 --- a/plugins/sudoers/alias.c +++ b/plugins/sudoers/alias.c @@ -374,5 +374,5 @@ alias_find_used(struct sudoers_parse_tree *parse_tree, struct rbtree *used_alias } } - debug_return_int(errors ? false : true); + debug_return_bool(errors ? false : true); }