From: Mike Meffie Date: Fri, 27 Mar 2009 15:47:23 +0000 (+0000) Subject: uss-kvno-warning-fix-20090327 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a523710780d54b27fc61db0fd1a561f789871046;p=packages%2Fo%2Fopenafs.git uss-kvno-warning-fix-20090327 LICENSE IPL10 FIXES 124220 suppress bogus kvno warning in uss --- diff --git a/src/uss/uss_vol.c b/src/uss/uss_vol.c index 0751eb89d..f857ffe44 100644 --- a/src/uss/uss_vol.c +++ b/src/uss/uss_vol.c @@ -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",