summaryrefslogtreecommitdiff
path: root/auth2-pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-pam.c')
-rw-r--r--auth2-pam.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/auth2-pam.c b/auth2-pam.c
index d1d840972..adb36163e 100644
--- a/auth2-pam.c
+++ b/auth2-pam.c
@@ -1,5 +1,5 @@
1#include "includes.h" 1#include "includes.h"
2RCSID("$Id: auth2-pam.c,v 1.4 2001/01/19 04:46:38 djm Exp $"); 2RCSID("$Id: auth2-pam.c,v 1.5 2001/01/19 05:37:32 mouring Exp $");
3 3
4#ifdef USE_PAM 4#ifdef USE_PAM
5#include "ssh.h" 5#include "ssh.h"
@@ -44,10 +44,6 @@ auth2_pam(Authctxt *authctxt)
44 retval = (do_pam_authenticate(0) == PAM_SUCCESS); 44 retval = (do_pam_authenticate(0) == PAM_SUCCESS);
45 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL); 45 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL);
46 46
47#if 0 /* ISSUE: No longer valid, but should this still be
48 handled?? */
49 userauth_log(authctxt, retval, method);
50#endif
51 return retval; 47 return retval;
52} 48}
53 49