diff --git a/plugins/sudoers/match.c b/plugins/sudoers/match.c index 40b7ae614..40cc87b47 100644 --- a/plugins/sudoers/match.c +++ b/plugins/sudoers/match.c @@ -673,9 +673,7 @@ bool netgr_matches(struct sudo_nss *nss, const char *netgr, const char *lhost, const char *shost, const char *user) { -#ifdef HAVE_INNETGR const char *domain; -#endif bool rc = false; debug_decl(netgr_matches, SUDOERS_DEBUG_MATCH);