redundant with a check in krb5_walk_realm_tree.
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/iakerb@23865
dc483132-0cff-0310-8789-
dd5450dbe970
krb5_data *realm_path;
size_t nrealms, i;
- /* Make sure we're actually trying to acquire a foreign TGT. */
- if (data_eq(ctx->client->realm, ctx->server->realm))
- return KRB5_CC_NOTFOUND;
-
/* Construct a list of TGT principals from client to server. We will throw
* this away after grabbing the remote realms from each principal. */
code = krb5_walk_realm_tree(context, &ctx->client->realm,