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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user