make krb5_fkt_ops const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7072 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-10-03 14:45:25 +00:00
parent 06b2a4dc57
commit 6bd5e351bf

View File

@@ -532,7 +532,7 @@ fkt_remove_entry(krb5_context context,
return 0;
}
krb5_kt_ops krb5_fkt_ops = {
const krb5_kt_ops krb5_fkt_ops = {
"FILE",
fkt_resolve,
fkt_get_name,