From db387a53a6602a941d43c81cd9f82b3b21484079 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 4 Aug 2018 07:38:47 -0600 Subject: [PATCH] fix typo --- plugins/sudoers/fmtsudoers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/fmtsudoers.c b/plugins/sudoers/fmtsudoers.c index 69e3019ad..30d19b2a6 100644 --- a/plugins/sudoers/fmtsudoers.c +++ b/plugins/sudoers/fmtsudoers.c @@ -203,7 +203,7 @@ sudoers_format_privilege(struct sudo_lbuf *lbuf, { struct cmndspec *cs, *prev_cs; struct member *m; - debug_decl(sudoers_format_userspec, SUDOERS_DEBUG_UTIL) + debug_decl(sudoers_format_privilege, SUDOERS_DEBUG_UTIL) /* Print hosts list. */ TAILQ_FOREACH(m, &priv->hostlist, entries) { -- 2.40.0