=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.c,v retrieving revision 1.41.2.1 retrieving revision 1.41.2.2 diff -u -r1.41.2.1 -r1.41.2.2 --- src/usr.bin/ssh/auth.c 2002/05/18 04:12:10 1.41.2.1 +++ src/usr.bin/ssh/auth.c 2002/05/18 04:50:37 1.41.2.2 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.41.2.1 2002/05/18 04:12:10 jason Exp $"); +RCSID("$OpenBSD: auth.c,v 1.41.2.2 2002/05/18 04:50:37 jason Exp $"); #include @@ -416,7 +416,7 @@ } #ifdef BSD_AUTH if ((as = auth_open()) == NULL || auth_setpwd(as, pw) != 0 || - auth_approval(NULL, lc, pw->pw_name, "ssh") <= 0) { + auth_approval(as, lc, pw->pw_name, "ssh") <= 0) { debug("Approval failure for %s", user); pw = NULL; }