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:
@@ -532,7 +532,7 @@ fkt_remove_entry(krb5_context context,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_kt_ops krb5_fkt_ops = {
|
const krb5_kt_ops krb5_fkt_ops = {
|
||||||
"FILE",
|
"FILE",
|
||||||
fkt_resolve,
|
fkt_resolve,
|
||||||
fkt_get_name,
|
fkt_get_name,
|
||||||
|
Reference in New Issue
Block a user