(get_creds): remove strange const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8449 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -74,7 +74,7 @@ get_creds(krb5_context context, const char *keytab_str,
|
||||
krb5_creds creds;
|
||||
char my_hostname[128];
|
||||
char *server;
|
||||
const char keytab_buf[256];
|
||||
char keytab_buf[256];
|
||||
|
||||
ret = krb5_kt_register(context, &hdb_kt_ops);
|
||||
if(ret)
|
||||
|
Reference in New Issue
Block a user