krb5: Remove KEYRING ccache dead code
This commit is contained in:
@@ -1891,7 +1891,7 @@ krcc_get_cache_next(krb5_context context,
|
|||||||
|
|
||||||
/* Don't repeat the primary cache. */
|
/* Don't repeat the primary cache. */
|
||||||
if (iter->primary_name &&
|
if (iter->primary_name &&
|
||||||
strcmp(subsidiary_name ? subsidiary_name : "tkt", iter->primary_name) == 0)
|
strcmp(subsidiary_name, iter->primary_name) == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* We found a valid key */
|
/* We found a valid key */
|
||||||
|
Reference in New Issue
Block a user