(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:
Assar Westerlund
2000-07-11 23:37:17 +00:00
parent 7dadd51730
commit 63d826a6eb

View File

@@ -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