mcc_ops -> krb5_mcc_ops

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3262 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-29 00:46:48 +00:00
parent 8aad553ddb
commit e7a1ea7ef7
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ mcc_set_flags(krb5_context context,
return 0; /* XXX */ return 0; /* XXX */
} }
krb5_cc_ops mcc_ops = { krb5_cc_ops krb5_mcc_ops = {
"MEMORY", "MEMORY",
mcc_get_name, mcc_get_name,
mcc_resolve, mcc_resolve,

View File

@@ -111,7 +111,7 @@ krb5_verify_init_creds(krb5_context context,
if (ccache && *ccache) if (ccache && *ccache)
local_ccache = *ccache; local_ccache = *ccache;
else { else {
ret = krb5_cc_gen_new (context, &mcc_ops, &local_ccache); ret = krb5_cc_gen_new (context, &krb5_mcc_ops, &local_ccache);
if (ret) if (ret)
goto cleanup; goto cleanup;
ret = krb5_cc_initialize (context, ret = krb5_cc_initialize (context,