const and char-cleanup

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3694 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:27:11 +00:00
parent f5fc784fff
commit 770632d951
8 changed files with 15 additions and 14 deletions

View File

@@ -209,7 +209,8 @@ kerberos5_send(char *name, Authenticator *ap)
return(0);
}
if (!auth_sendname(UserNameRequested, strlen(UserNameRequested))) {
if (!auth_sendname((unsigned char *)UserNameRequested,
strlen(UserNameRequested))) {
if (auth_debug_mode)
printf("Not enough room for user name\r\n");
return(0);