fix const-ifyier on cc-ops

This commit is contained in:
Love Hornquist Astrand
2010-01-08 13:07:27 +01:00
parent 26770c90f3
commit c24a7d2d80

View File

@@ -245,7 +245,7 @@ cc_ops_register(krb5_context context)
static krb5_error_code
cc_ops_copy(krb5_context context, const krb5_context src_context)
{
krb5_cc_ops **cc_ops;
const krb5_cc_ops **cc_ops;
context->cc_ops = NULL;
context->num_cc_ops = 0;