Constify password

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16044 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-09-08 11:30:53 +00:00
parent 6d0ecf1803
commit ee050659b1
5 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
kadm5_ret_t
kadm5_c_chpass_principal(void *server_handle,
krb5_principal princ,
char *password)
const char *password)
{
kadm5_client_context *context = server_handle;
kadm5_ret_t ret;