su.c | 452 krb5_ccache ccache, ccache2; local in function:kerberos5 492 ret = krb5_cc_new_unique(context, krb5_mcc_ops.prefix, NULL, &ccache2); 497 ret = krb5_cc_copy_cache(context, ccache, ccache2); 500 krb5_cc_destroy(context, ccache2); 504 filename = krb5_cc_get_name(context, ccache2); 505 (void)easprintf(&cc_name, "%s:%s", krb5_cc_get_type(context, ccache2), 511 krb5_cc_destroy(context, ccache2); 517 krb5_cc_close(context, ccache2);
|