]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove another lingering Leash reference
authorBen Kaduk <kaduk@mit.edu>
Thu, 16 Apr 2015 22:23:13 +0000 (18:23 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 13 May 2015 20:15:22 +0000 (16:15 -0400)
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

index ca9f67e6e7014e623840d526878e8f927e53a4ab..6375ee79aff7a0dceee0a0cd013d45bbf59c83a2 100644 (file)
@@ -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;