[28872] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Remove another lingering Leash reference

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Apr 30 13:13:47 2015

Date: Thu, 30 Apr 2015 13:08:26 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201504301708.t3UH8QRH020545@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/58122fec56a87ca7f88052f6b55f90b94ce1c386
commit 58122fec56a87ca7f88052f6b55f90b94ce1c386
Author: Ben Kaduk <kaduk@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;
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post