From 218d67778e54623ea7ea6cfc2327d9646987e00e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 27 Jul 2000 05:15:56 +0000 Subject: [PATCH] fix parento git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8846 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/afskauthlib/verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/afskauthlib/verify.c b/lib/auth/afskauthlib/verify.c index 05089bdeb..1e540f199 100644 --- a/lib/auth/afskauthlib/verify.c +++ b/lib/auth/afskauthlib/verify.c @@ -246,7 +246,7 @@ afs_verify(char *name, if(pwd == NULL) return 1; - if (!pag_set) && k_hasafs()) { + if (!pag_set && k_hasafs()) { k_setpag(); pag_set=1; }