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

/sssd-io/src/util/
H A Dsss_krb5.c991 krb5_ccache tmp_cc = NULL; local
1004 kerr = krb5_cc_cache_match(ctx, principal, &tmp_cc);
1013 kerr = krb5_cc_get_full_name(ctx, tmp_cc, &tmp_ccname);
1028 if (tmp_cc != NULL) {
1029 kerr = krb5_cc_close(ctx, tmp_cc);

Completed in 13 milliseconds