]> 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)
committerBen Kaduk <kaduk@mit.edu>
Thu, 30 Apr 2015 17:04:09 +0000 (13:04 -0400)
Be consistent with the MIT Kerberos brand.

src/windows/leashdll/lshfunc.c

index 6e32933751c68f192f38fcd185c72dd00a049910..0f76cc334fd663f4d7b8557f06d71fe05d95f484 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;