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
This commit is contained in:
Love Hörnquist Åstrand
2008-08-11 10:00:28 +00:00
parent f05f1107ce
commit 11752006c3

View File

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