new krb5_cc_cache_match
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23905 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -84,7 +84,7 @@ get_ccache(krb5_context context, int *destroy, krb5_ccache *id)
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
ret = krb5_cc_cache_match(context, principal, NULL, id);
|
||||
ret = krb5_cc_cache_match(context, principal, id);
|
||||
if (ret == 0)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user