From: Mike Meffie Date: Fri, 27 Mar 2009 15:47:32 +0000 (+0000) Subject: DEVEL15-uss-kvno-warning-fix-20090327 X-Git-Tag: openafs-devel-1_5_58~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=47a6a095cb4cd44d6ac1626b83ed50e39aa4f864;p=packages%2Fo%2Fopenafs.git DEVEL15-uss-kvno-warning-fix-20090327 LICENSE IPL10 FIXES 124220 suppress bogus kvno warning in uss (cherry picked from commit a523710780d54b27fc61db0fd1a561f789871046) --- 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",