From: Todd C. Miller Date: Thu, 23 Oct 2014 12:19:30 +0000 (-0600) Subject: sudoers_debug_instance is now included in libparsesudoers so we don't X-Git-Tag: SUDO_1_8_12^2~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8db5f2939812f23bde47fb45856058b44b300896;p=sudo sudoers_debug_instance is now included in libparsesudoers so we don't need to declare it here. --- diff --git a/plugins/sudoers/testsudoers.c b/plugins/sudoers/testsudoers.c index b71117f5a..88d5055b5 100644 --- a/plugins/sudoers/testsudoers.c +++ b/plugins/sudoers/testsudoers.c @@ -101,7 +101,6 @@ extern int (*trace_print)(const char *msg); */ struct sudo_user sudo_user; struct passwd *list_pw; -int sudoers_debug_instance = SUDO_DEBUG_INSTANCE_INITIALIZER; static char *runas_group, *runas_user; #if defined(SUDO_DEVEL) && defined(__OpenBSD__) diff --git a/plugins/sudoers/visudo.c b/plugins/sudoers/visudo.c index e8bf81264..ae2f02e2e 100644 --- a/plugins/sudoers/visudo.c +++ b/plugins/sudoers/visudo.c @@ -124,7 +124,6 @@ extern void sudoersrestart(FILE *); */ struct sudo_user sudo_user; struct passwd *list_pw; -int sudoers_debug_instance = SUDO_DEBUG_INSTANCE_INITIALIZER; static struct sudoersfile_list sudoerslist = TAILQ_HEAD_INITIALIZER(sudoerslist); static struct rbtree *alias_freelist; static bool checkonly;