From c915747a227f7826e9150ac72f77f8606d32bb7b Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Thu, 11 Jan 2001 05:40:06 +0000 Subject: [PATCH] krb-udp-use-transaction-for-special-keys-20010111 use the ubik transaction we got to lookup the kvno otherwise this fails for uncached keys, like foreign realm krbtgts --- src/kauth/krb_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kauth/krb_udp.c b/src/kauth/krb_udp.c index fc20a1243..568334fac 100644 --- a/src/kauth/krb_udp.c +++ b/src/kauth/krb_udp.c @@ -414,7 +414,7 @@ afs_int32 UDP_GetTicket (ksoc, pkt, kvno, authDomain, ticket, ticketLen, auth, a COUNT_REQ (UGetTicket); if (code = InitAuthServ(&tt, LOCKREAD, this_op)) goto fail; - code = ka_LookupKvno (0, KA_TGS_NAME, + code = ka_LookupKvno (tt, KA_TGS_NAME, ((strlen(authDomain) > 0) ? authDomain : lrealm), kvno, &tgskey); if (code) goto abort; -- 2.39.5