diff options
author | mouring <mouring> | 2001-01-19 05:37:32 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-01-19 05:37:32 +0000 |
commit | 36245bd72a905ec43214a1981094317ef8e01253 (patch) | |
tree | c42daa23a54a12b3aafdf605524e5587accebbf8 /auth2-pam.c | |
parent | 987e04781bf2617663c075daaf8c7498a54b9811 (diff) | |
download | openssh-36245bd72a905ec43214a1981094317ef8e01253.tar.gz |
- (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
Also removed some of the 'ISSUES' comments that have been verified by djm.
Diffstat (limited to 'auth2-pam.c')
-rw-r--r-- | auth2-pam.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/auth2-pam.c b/auth2-pam.c index d1d84097..adb36163 100644 --- a/auth2-pam.c +++ b/auth2-pam.c @@ -1,5 +1,5 @@ #include "includes.h" -RCSID("$Id: auth2-pam.c,v 1.4 2001/01/19 04:46:38 djm Exp $"); +RCSID("$Id: auth2-pam.c,v 1.5 2001/01/19 05:37:32 mouring Exp $"); #ifdef USE_PAM #include "ssh.h" @@ -44,10 +44,6 @@ auth2_pam(Authctxt *authctxt) retval = (do_pam_authenticate(0) == PAM_SUCCESS); dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL); -#if 0 /* ISSUE: No longer valid, but should this still be - handled?? */ - userauth_log(authctxt, retval, method); -#endif return retval; } |