(as_rep): cut-n-pasto
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -769,7 +769,7 @@ as_rep(KDC_REQ *req,
|
||||
if(client->max_renew)
|
||||
t = start + min(t - start, *client->max_renew);
|
||||
if(server->max_renew)
|
||||
t = start + min(t - start, *client->max_renew);
|
||||
t = start + min(t - start, *server->max_renew);
|
||||
#if 0
|
||||
t = min(t, start + realm->max_renew);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user