leave stupid check

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2857 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-09 01:14:21 +00:00
parent fea482f3ed
commit e9db47da39

View File

@@ -197,13 +197,11 @@ extract_ticket(krb5_context context,
goto out;
}
#if 0 /* XXX - This check fails */
if (creds->times.starttime != 0
&& tmp_time != creds->times.starttime) {
err = KRB5KRB_AP_ERR_MODIFIED;
goto out;
}
#endif
creds->times.starttime = tmp_time;