]> andersk Git - openssh.git/blobdiff - auth2-pam.c
Please grep through the source and look for 'ISSUE' comments and verify
[openssh.git] / auth2-pam.c
index 9e60d20c3e0b696c3ecdf9f660c84275fd857480..5ee48cb43a43f33c22dafcf81e3e19fcc4831469 100644 (file)
@@ -46,8 +46,10 @@ 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;
 }
 
This page took 0.030436 seconds and 4 git commands to generate.