uss-kvno-warning-fix-20090327

LICENSE IPL10
FIXES 124220

suppress bogus kvno warning in uss
This commit is contained in:
Mike Meffie 2009-03-27 15:47:23 +00:00 committed by Derrick Brashear
parent 9243308990
commit a523710780

View File

@ -176,7 +176,7 @@ InitThisModule(int a_noAuthFlag, char *a_confDir, char *a_cellName)
/* /*
* We got a ticket, go for an authenticated connection. * 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 */ scIndex = 2; /*Kerberos */
else { else {
fprintf(stderr, "%s: Funny kvno (%d) in ticket, proceeding\n", fprintf(stderr, "%s: Funny kvno (%d) in ticket, proceeding\n",