From: Ben Kaduk Date: Thu, 16 Apr 2015 22:23:13 +0000 (-0400) Subject: Remove another lingering Leash reference X-Git-Tag: krb5-1.14-alpha1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58122fec56a87ca7f88052f6b55f90b94ce1c386;p=thirdparty%2Fkrb5.git Remove another lingering Leash reference Be consistent with the MIT Kerberos brand. --- diff --git a/src/windows/leashdll/lshfunc.c b/src/windows/leashdll/lshfunc.c index 6e32933751..0f76cc334f 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;