From d09c803e378773ede540443984ae9ccd484260b4 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 18 Mar 1996 02:00:27 +0000 Subject: [PATCH] stupid copyo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@317 ec53bebd-3082-4978-b11e-865c3cabbd6b --- e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e.c b/e.c index 6dd83279a..37f473d3d 100644 --- a/e.c +++ b/e.c @@ -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)