From 360bfcab372e235a7a2791cf3443f474f2b7ada2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 25 Mar 2008 13:50:14 +0000 Subject: [PATCH] Check if new credential cache exists, if not create one. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22787 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kcm/protocol.c | 1 + 1 file changed, 1 insertion(+) 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);