=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth1.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/ssh/Attic/auth1.c 2001/01/22 23:06:39 1.14 +++ src/usr.bin/ssh/Attic/auth1.c 2001/02/07 22:35:45 1.15 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.14 2001/01/22 23:06:39 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.15 2001/02/07 22:35:45 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -335,14 +335,6 @@ authctxt->style = style; setproctitle("%s", user); - -#ifdef AFS - /* If machine has AFS, set process authentication group. */ - if (k_hasafs()) { - k_setpag(); - k_unlog(); - } -#endif /* AFS */ /* Verify that the user is a valid user. */ pw = getpwnam(user);