diff options
author | Theodore Tso <tytso@mit.edu> | 1996-07-13 00:33:19 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1996-07-13 00:33:19 +0000 |
commit | 9abbc98cd6fda7c4c41e380c09e2ba32967e293c (patch) | |
tree | 7cf62f4f62521cc72281b024c4366cd2e84c7212 /src/lib/win_glue.c | |
parent | 327ed47803c4633081e179bc37776e6acdbcc8df (diff) | |
download | krb5-9abbc98cd6fda7c4c41e380c09e2ba32967e293c.tar.gz krb5-9abbc98cd6fda7c4c41e380c09e2ba32967e293c.tar.xz krb5-9abbc98cd6fda7c4c41e380c09e2ba32967e293c.zip |
Added TIMEBOMB_INFO string which tells the user the URL to look for
more information about getting the new version of the product.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8705 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/win_glue.c')
-rw-r--r-- | src/lib/win_glue.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/win_glue.c b/src/lib/win_glue.c index 81f070a0fa..9b5b565360 100644 --- a/src/lib/win_glue.c +++ b/src/lib/win_glue.c @@ -28,12 +28,14 @@ #define TIMEBOMB 853304400 /* 15-Jan-97 */ #define TIMEBOMB_PRODUCT "SAPGUI" #define TIMEBOMB_WARN 15 +#define TIMEBOMB_INFO " Please see the web page at:\nhttp://web.mit.edu/reeng/www/saphelp for more information" #endif #ifdef KRB_TIMEBOMB #define TIMEBOMB 853304400 /* 15-Jan-97 */ #define TIMEBOMB_PRODUCT "Kerberos V5" #define TIMEBOMB_WARN 15 +#define TIMEBOMB_INFO " Please see the web page at:\nhttp://web.mit.edu/reeng/www/saphelp for more information" #endif /* @@ -117,9 +119,10 @@ static void do_timebomb() /* * The SAP R/3 application doesn't listen to a polite * request to quit, so we hit it over the head with a - * hammer. Unfortunately, this leaves dangling system - * resources that don't get freed, so the user will - * have to reboot (or at least restart windows). + * large club. Unfortunately, this leaves the baby + * seal with dangling system resources that don't get + * freed, so the user will have to reboot (or at least + * restart windows). */ FatalAppExit(0, "Note: you should reboot now."); return; |