=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.c,v retrieving revision 1.28.2.3 retrieving revision 1.28.2.4 diff -u -r1.28.2.3 -r1.28.2.4 --- src/usr.bin/ssh/auth.c 2002/05/17 00:03:23 1.28.2.3 +++ src/usr.bin/ssh/auth.c 2002/06/02 22:36:55 1.28.2.4 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.28.2.3 2002/05/17 00:03:23 miod Exp $"); +RCSID("$OpenBSD: auth.c,v 1.28.2.4 2002/06/02 22:36:55 miod 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; }