don't check size since that currently leaks memory
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20430 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -467,7 +467,7 @@ _kdc_pk_rd_padata(krb5_context context,
|
||||
edi->val[i].issuerAndSerialNumber->length,
|
||||
&iasn,
|
||||
&size);
|
||||
if (ret || size != 0) {
|
||||
if (ret) {
|
||||
hx509_query_free(kdc_identity->hx509ctx, q);
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user