From db3fd558be9c059524a81bfa060d557f1c084b92 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 2 Dec 2011 14:41:32 -0500 Subject: [PATCH] Remove inaccurate comment --- plugins/sudoers/auth/bsdauth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sudoers/auth/bsdauth.c b/plugins/sudoers/auth/bsdauth.c index 7c9e4abc5..5e90898aa 100644 --- a/plugins/sudoers/auth/bsdauth.c +++ b/plugins/sudoers/auth/bsdauth.c @@ -87,7 +87,6 @@ bsdauth_init(struct passwd *pw, sudo_auth *auth) } /* XXX - maybe sanity check the auth style earlier? */ - /* XXX - leaks new value of login_style */ login_style = login_getstyle(state.lc, login_style, "auth-sudo"); if (login_style == NULL) { log_error(NO_EXIT|NO_MAIL, _("invalid authentication type"));