Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix duplicate PAM msgs, missing loginmsg reset
without this change in mm_answer_pam_account all messages added in auth-pam.c sshpam_query(...) case PAM_SUCCESS end up sent here, then are still sitting in the loginmsg buffer and printed a second time in session.c do_login(...)
- Loading branch information