From: Theodore Tso Date: Fri, 13 Dec 1996 19:58:59 +0000 (+0000) Subject: Change the timebomb date to be June 1, 1997 X-Git-Tag: krb5-1.1-beta1~1412 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4a6e0b6fc45936d8c2309abd234e6105ab681770;p=krb5.git Change the timebomb date to be June 1, 1997 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9634 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/mac/SAP/ChangeLog b/src/mac/SAP/ChangeLog new file mode 100644 index 000000000..cd5265e1d --- /dev/null +++ b/src/mac/SAP/ChangeLog @@ -0,0 +1,5 @@ +Fri Dec 13 14:58:20 1996 Theodore Y. Ts'o + + * macSAPglue.c (__initializeSAPglue): Change the timebomb date to + be June 1, 1997. + diff --git a/src/mac/SAP/macSAPglue.c b/src/mac/SAP/macSAPglue.c index a6672852a..5dc1eef9d 100644 --- a/src/mac/SAP/macSAPglue.c +++ b/src/mac/SAP/macSAPglue.c @@ -21,8 +21,8 @@ OSErr __initializeSAPglue(InitBlockPtr ibp) } goalTimeBomb.year = 1997; - goalTimeBomb.month = 1; - goalTimeBomb.day = 15; + goalTimeBomb.month = 6; + goalTimeBomb.day = 1; goalTimeBomb.hour = 0; /* Let's use midnight for simplicity */ goalTimeBomb.minute = 0; goalTimeBomb.second = 0;