(auth_encrypt_user): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7822 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -71,7 +71,7 @@ auth_encrypt_init(const char *local, const char *remote, const char *name,
|
||||
}
|
||||
|
||||
void
|
||||
auth_encrypt_user(char *name)
|
||||
auth_encrypt_user(const char *name)
|
||||
{
|
||||
if (UserNameRequested)
|
||||
free(UserNameRequested);
|
||||
|
Reference in New Issue
Block a user