Searched refs:outCacheName (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccdefault.c76 char *outCacheName = NULL; local
80 NULL, NULL, &outCacheName);
85 if (strcmp (krb5_cc_default_name (context), outCacheName) != 0) {
86 krb5_cc_set_default_name (context, outCacheName);
88 KLDisposeString (outCacheName);

Completed in 89 milliseconds