struct member *m;
struct alias *a;
bool rval = true;
- debug_decl(alias_remove_recursive, SUDO_DEBUG_UTIL)
+ debug_decl(alias_remove_recursive, SUDO_DEBUG_ALIAS)
if ((a = alias_find(name, type)) != NULL) {
tq_foreach_fwd(&a->members, m) {
struct member *m;
struct alias *a;
int errors = 0;
- debug_decl(check_alias, SUDO_DEBUG_UTIL)
+ debug_decl(check_alias, SUDO_DEBUG_ALIAS)
if ((a = alias_find(name, type)) != NULL) {
/* check alias contents */
struct userspec *us;
struct defaults *d;
int atype, errors = 0;
- debug_decl(check_aliases, SUDO_DEBUG_UTIL)
+ debug_decl(check_aliases, SUDO_DEBUG_ALIAS)
alias_freelist = rbcreate(alias_compare);