stupid copyo

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@317 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-18 02:00:27 +00:00
parent c584fad734
commit d09c803e37

2
e.c
View File

@@ -335,7 +335,7 @@ der_get_enckdcreppart (Buffer *b, int msg, EncKdcRepPart *a)
return NULL;
if (matchid3 (b, &i, UNIV, PRIM, UT_GeneralizedTime) == NULL)
return NULL;
getdata (b, &i, &a->authtime);
getdata (b, &i, &a->endtime);
getid (b, &i);
if (i.tag == 8) {
if (matchid3 (b, &i, UNIV, PRIM, UT_GeneralizedTime) == NULL)