Fix 32-bit time_t regression (#220)
This commit is contained in:
@@ -553,7 +553,7 @@ get_new_tickets(krb5_context context,
|
||||
addrs_flag ? FALSE : TRUE);
|
||||
|
||||
if (renew_life == NULL && renewable_flag)
|
||||
renewstr = "2147483647s";
|
||||
renewstr = "6 months";
|
||||
if (renew_life)
|
||||
renewstr = renew_life;
|
||||
if (renewstr) {
|
||||
|
Reference in New Issue
Block a user