diff --git a/lib/krb5/mcache.c b/lib/krb5/mcache.c index 4743a995d..3e4990bae 100644 --- a/lib/krb5/mcache.c +++ b/lib/krb5/mcache.c @@ -212,7 +212,7 @@ mcc_set_flags(krb5_context context, return 0; /* XXX */ } -krb5_cc_ops mcc_ops = { +krb5_cc_ops krb5_mcc_ops = { "MEMORY", mcc_get_name, mcc_resolve, diff --git a/lib/krb5/verify_init.c b/lib/krb5/verify_init.c index 663916e1c..ca36dd1a2 100644 --- a/lib/krb5/verify_init.c +++ b/lib/krb5/verify_init.c @@ -111,7 +111,7 @@ krb5_verify_init_creds(krb5_context context, if (ccache && *ccache) local_ccache = *ccache; else { - ret = krb5_cc_gen_new (context, &mcc_ops, &local_ccache); + ret = krb5_cc_gen_new (context, &krb5_mcc_ops, &local_ccache); if (ret) goto cleanup; ret = krb5_cc_initialize (context,