jdk/test/sun/security/krb5/auto/KDC.java
changeset 31643 abad00f2c027
parent 31429 ce4193650b40
child 31801 1297473ab237
--- a/jdk/test/sun/security/krb5/auto/KDC.java	Fri Jul 10 16:40:12 2015 +0100
+++ b/jdk/test/sun/security/krb5/auto/KDC.java	Mon Jul 13 17:44:34 2015 +0800
@@ -811,7 +811,7 @@
                     new TransitedEncoding(1, new byte[0]),  // TODO
                     new KerberosTime(new Date()),
                     body.from,
-                    till, body.rtime,
+                    till, etp.renewTill,
                     body.addresses != null ? body.addresses
                             : etp.caddr,
                     null);
@@ -834,7 +834,7 @@
                     tFlags,
                     new KerberosTime(new Date()),
                     body.from,
-                    till, body.rtime,
+                    till, etp.renewTill,
                     service,
                     body.addresses
                     );