git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1296 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-08 07:19:21 +00:00
parent 5deca2b96f
commit 604d00ebf0

View File

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