From 6ebb98dd4a6ccfd3431f7871ad2a4cd7f9516344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 24 Jun 2008 23:49:39 +0000 Subject: [PATCH] skip unknown types git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23322 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/test_cc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/test_cc.c b/lib/krb5/test_cc.c index 9c0617878..820135620 100644 --- a/lib/krb5/test_cc.c +++ b/lib/krb5/test_cc.c @@ -438,7 +438,7 @@ test_move(krb5_context context, const char *type) ops = krb5_cc_get_prefix_ops(context, type); if (ops == NULL) - krb5_errx(context, 1, "%s isn't a type", type); + return; ret = krb5_cc_gen_new(context, ops, &fromid); if (ret == KRB5_CC_NOSUPP)