leave stupid check
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2857 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user