From 11752006c3b2d23c97e53ca1b5408edf9462624b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 11 Aug 2008 10:00:28 +0000 Subject: [PATCH] ignore error from crypto_destro to catch more intresting error git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23506 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/pac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/pac.c b/lib/krb5/pac.c index bd8caae5f..ac7e3eda9 100644 --- a/lib/krb5/pac.c +++ b/lib/krb5/pac.c @@ -819,7 +819,7 @@ pac_checksum(krb5_context context, return ret; ret = krb5_crypto_get_checksum_type(context, crypto, &cktype); - ret = krb5_crypto_destroy(context, crypto); + krb5_crypto_destroy(context, crypto); if (ret) return ret;