make krb5_mkt_ops const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7073 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -152,7 +152,7 @@ mkt_remove_entry(krb5_context context,
|
||||
return 0;
|
||||
}
|
||||
|
||||
krb5_kt_ops krb5_mkt_ops = {
|
||||
const krb5_kt_ops krb5_mkt_ops = {
|
||||
"MEMORY",
|
||||
mkt_resolve,
|
||||
mkt_get_name,
|
||||
|
Reference in New Issue
Block a user