return;
called = 1;
if (authctxt == NULL || !authctxt->authenticated)
if (authctxt == NULL)
if (!authctxt->authenticated) {
#ifdef USE_PAM
if (options.use_pam) {
sshpam_cleanup();
sshpam_thread_cleanup();
}
#endif
#ifdef KRB5
if (options.kerberos_ticket_cleanup &&
authctxt->krb5_ctx)