diff options
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -311,8 +311,6 @@ do_authloop(Authctxt *authctxt) | |||
311 | authctxt->user); | 311 | authctxt->user); |
312 | 312 | ||
313 | #ifdef _UNICOS | 313 | #ifdef _UNICOS |
314 | if (type == SSH_CMSG_AUTH_PASSWORD && !authenticated) | ||
315 | cray_login_failure(authctxt->user, IA_UDBERR); | ||
316 | if (authenticated && cray_access_denied(authctxt->user)) { | 314 | if (authenticated && cray_access_denied(authctxt->user)) { |
317 | authenticated = 0; | 315 | authenticated = 0; |
318 | fatal("Access denied for user %s.",authctxt->user); | 316 | fatal("Access denied for user %s.",authctxt->user); |