Remove inaccurate comment

This commit is contained in:
Todd C. Miller
2011-12-02 14:41:32 -05:00
parent 199eeb38d4
commit db3fd558be

View File

@@ -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"));