From 2dbe50d1e1a4d9f91f093818a5e91746e82749b2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 31 Oct 2016 16:21:50 -0600 Subject: [PATCH] Remove inaccurate XXX comment, sudo_file_parse() sends mail on parse error. --- plugins/sudoers/sudoers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sudoers/sudoers.c b/plugins/sudoers/sudoers.c index 3ae421ba3..15089df70 100644 --- a/plugins/sudoers/sudoers.c +++ b/plugins/sudoers/sudoers.c @@ -196,7 +196,6 @@ sudoers_policy_init(void *info, char * const envp[]) N_("problem with defaults entries")); } } else { - /* XXX - used to send mail for sudoers parse errors. */ TAILQ_REMOVE(snl, nss, entries); } }