diff --git a/kcm/protocol.c b/kcm/protocol.c index ee29c3d70..ed7e07d4d 100644 --- a/kcm/protocol.c +++ b/kcm/protocol.c @@ -988,6 +988,7 @@ kcm_op_move_cache(krb5_context context, return ret; } + /* Check if new credential cache exists, if not create one. */ ret = kcm_ccache_resolve_client(context, client, opcode, newname, &newid); if (ret == KRB5_FCC_NOFILE) ret = kcm_ccache_new_client(context, client, newname, &newid);