make krb5_akf_ops const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7074 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-10-03 14:46:57 +00:00
parent 46c33ed736
commit 5766d52355

View File

@@ -294,7 +294,7 @@ akf_add_entry(krb5_context context,
return 0;
}
krb5_kt_ops krb5_akf_ops = {
const krb5_kt_ops krb5_akf_ops = {
"AFSKEYFILE",
akf_resolve,
akf_get_name,