diff --git a/src/auth/userok.c b/src/auth/userok.c index 54d1f0c29d..28e715a2bc 100644 --- a/src/auth/userok.c +++ b/src/auth/userok.c @@ -466,14 +466,6 @@ rxkadSuperUser(struct afsconf_dir *adir, struct rx_call *acall, char *namep) if (code) return 0; /* bogus connection/other error */ - /* don't bother checking anything else if tix have expired */ -#ifdef AFS_PTHREAD_ENV - if (exp < clock_Sec()) -#else - if (exp < FT_ApproxTime()) -#endif - return 0; /* expired tix */ - return kerberosSuperUser(adir, tname, tinst, tcell, namep); }