diff --git a/kuser/kinit.c b/kuser/kinit.c index 4498c7314..7e3a8335e 100644 --- a/kuser/kinit.c +++ b/kuser/kinit.c @@ -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,