krb5 commit [krb5-1.13]: Remove another lingering Leash reference
Tom Yu
tlyu at mit.edu
Wed May 13 17:06:12 EDT 2015
https://github.com/krb5/krb5/commit/e8198e467e3bfbdb2db2432c8bd3dc8eda2dcbfa
commit e8198e467e3bfbdb2db2432c8bd3dc8eda2dcbfa
Author: Ben Kaduk <kaduk at mit.edu>
Date: Thu Apr 16 18:23:13 2015 -0400
Remove another lingering Leash reference
Be consistent with the MIT Kerberos brand.
(cherry picked from commit 58122fec56a87ca7f88052f6b55f90b94ce1c386)
ticket: 8191
version_fixed: 1.13.3
status: resolved
src/windows/leashdll/lshfunc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/windows/leashdll/lshfunc.c b/src/windows/leashdll/lshfunc.c
index ca9f67e..6375ee7 100644
--- a/src/windows/leashdll/lshfunc.c
+++ b/src/windows/leashdll/lshfunc.c
@@ -111,8 +111,8 @@ leash_error_message(
#ifdef USE_MESSAGE_BOX
*p = 0; /* ensure NULL termination of message */
if ( displayMB )
- MessageBox(NULL, message, "Leash", MB_OK | MB_ICONERROR | MB_TASKMODAL |
- MB_SETFOREGROUND);
+ MessageBox(NULL, message, "MIT Kerberos",
+ MB_OK | MB_ICONERROR | MB_TASKMODAL | MB_SETFOREGROUND);
#endif /* USE_MESSAGE_BOX */
if (rc5) return rc5;
if (rcL) return rcL;
More information about the cvs-krb5
mailing list