=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-passwd.c,v retrieving revision 1.31.4.1 retrieving revision 1.31.4.2 diff -u -r1.31.4.1 -r1.31.4.2 --- src/usr.bin/ssh/auth-passwd.c 2005/03/10 16:28:27 1.31.4.1 +++ src/usr.bin/ssh/auth-passwd.c 2005/09/02 03:44:59 1.31.4.2 @@ -36,7 +36,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-passwd.c,v 1.31.4.1 2005/03/10 16:28:27 brad Exp $"); +RCSID("$OpenBSD: auth-passwd.c,v 1.31.4.2 2005/09/02 03:44:59 brad Exp $"); #include "packet.h" #include "buffer.h" @@ -134,6 +134,8 @@ as = auth_usercheck(pw->pw_name, authctxt->style, "auth-ssh", (char *)password); + if (as == NULL) + return (0); if (auth_getstate(as) & AUTH_PWEXPIRED) { auth_close(as); disable_forwarding();