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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user