(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:
Assar Westerlund
2000-01-25 23:24:58 +00:00
parent 09a0a27f70
commit 6545f69e99

View File

@@ -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);