We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d2b176 + b4dcac6 commit 69b486dCopy full SHA for 69b486d
1 file changed
plugins/sudoers/alias.c
@@ -374,5 +374,5 @@ alias_find_used(struct sudoers_parse_tree *parse_tree, struct rbtree *used_alias
374
}
375
376
377
- debug_return_int(errors ? false : true);
+ debug_return_bool(errors ? false : true);
378
0 commit comments