skip unknown types

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23322 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-06-24 23:49:39 +00:00
parent 185e54925d
commit 6ebb98dd4a

View File

@@ -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)