Back out a lastlog-related change which is no longer relevant.

This commit is contained in:
Dag-Erling Smørgrav 2002-12-14 13:40:21 +00:00
parent b6fd52a01d
commit 3600b2f406
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107858

View File

@ -762,7 +762,7 @@ do_login(Session *s, const char *command)
return;
#ifdef USE_PAM
if (options.print_lastlog && !is_pam_password_change_required())
if (!is_pam_password_change_required())
print_pam_messages();
#endif /* USE_PAM */
#ifdef WITH_AIXAUTHENTICATE