krb5 commit: Remove another lingering Leash reference
Benjamin Kaduk
kaduk at mit.edu
Thu Apr 30 13:08:26 EDT 2015
https://github.com/krb5/krb5/commit/58122fec56a87ca7f88052f6b55f90b94ce1c386
commit 58122fec56a87ca7f88052f6b55f90b94ce1c386
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.
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 6e32933..0f76cc3 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