mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
STABLE12-rxkad-2b-deal-with-expiry-20030410
FIXES 1369
return the actual error and not RXKADBADTICKET always
(cherry picked from commit 429cc8b646
)
This commit is contained in:
parent
d06ce0478b
commit
f6079f935f
@ -314,7 +314,7 @@ rxs_return_t rxkad_CheckResponse (aobj, aconn, apacket)
|
||||
kvno,
|
||||
client.name, client.instance, client.cell,
|
||||
&sessionkey, &host, &start, &end);
|
||||
if (code) return RXKADBADTICKET;
|
||||
if (code) return code;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user