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