diff --git a/lib/krb5/mk_req.c b/lib/krb5/mk_req.c index 24f305a21..19fb9a712 100644 --- a/lib/krb5/mk_req.c +++ b/lib/krb5/mk_req.c @@ -42,7 +42,7 @@ krb5_mk_req(krb5_context context, NULL); if (r) return r; - this_cred.times.endtime = time (NULL) + 4711; + this_cred.times.endtime = time (NULL) + 4711; /* XXX */ r = krb5_get_credentials (context, 0, ccache, &this_cred, &cred); if (r)