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:
@@ -294,7 +294,7 @@ akf_add_entry(krb5_context context,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_kt_ops krb5_akf_ops = {
|
const krb5_kt_ops krb5_akf_ops = {
|
||||||
"AFSKEYFILE",
|
"AFSKEYFILE",
|
||||||
akf_resolve,
|
akf_resolve,
|
||||||
akf_get_name,
|
akf_get_name,
|
||||||
|
Reference in New Issue
Block a user