fix v4 fallback lifetime calculation
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9131 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -62,8 +62,8 @@ do_v4_fallback (krb5_context context,
|
||||
|
||||
if (lifetime == 0)
|
||||
lifetime = DEFAULT_TKT_LIFE;
|
||||
|
||||
lifetime = krb_time_to_life (0, lifetime * 60);
|
||||
else
|
||||
lifetime = krb_time_to_life (0, lifetime);
|
||||
|
||||
kret = krb5_524_conv_principal (context, principal,
|
||||
princ.name,
|
||||
|
Reference in New Issue
Block a user