Searched defs:tmp_cc (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dsss_krb5.c983 krb5_ccache tmp_cc = NULL; local
996 kerr = krb5_cc_cache_match(ctx, principal, &tmp_cc);
1005 kerr = krb5_cc_get_full_name(ctx, tmp_cc, &tmp_ccname);
1020 if (tmp_cc != NULL) {
1021 kerr = krb5_cc_close(ctx, tmp_cc);

Completed in 11 milliseconds