mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
uss-kvno-warning-fix-20090327
LICENSE IPL10 FIXES 124220 suppress bogus kvno warning in uss
This commit is contained in:
parent
9243308990
commit
a523710780
@ -176,7 +176,7 @@ InitThisModule(int a_noAuthFlag, char *a_confDir, char *a_cellName)
|
||||
/*
|
||||
* We got a ticket, go for an authenticated connection.
|
||||
*/
|
||||
if (ttoken.kvno >= 0 && ttoken.kvno <= 255)
|
||||
if (ttoken.kvno >= 0 && ttoken.kvno <= 256)
|
||||
scIndex = 2; /*Kerberos */
|
||||
else {
|
||||
fprintf(stderr, "%s: Funny kvno (%d) in ticket, proceeding\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user