Change the timebomb date to be June 1, 1997
authorTheodore Tso <tytso@mit.edu>
Fri, 13 Dec 1996 19:58:59 +0000 (19:58 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 13 Dec 1996 19:58:59 +0000 (19:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9634 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/SAP/ChangeLog [new file with mode: 0644]
src/mac/SAP/macSAPglue.c

diff --git a/src/mac/SAP/ChangeLog b/src/mac/SAP/ChangeLog
new file mode 100644 (file)
index 0000000..cd5265e
--- /dev/null
@@ -0,0 +1,5 @@
+Fri Dec 13 14:58:20 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * macSAPglue.c (__initializeSAPglue): Change the timebomb date to
+               be June 1, 1997.
+
index a6672852a73e3413532e4987be104c34422e9ce3..5dc1eef9d6d2cc9fc972ec6932f4737c5ab2979c 100644 (file)
@@ -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;