(match_localkeyid): no need to add back the cert to the cert pool, its

already there.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16840 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-27 22:09:28 +00:00
parent 201f534ca1
commit f4e25d6573

View File

@@ -175,7 +175,6 @@ match_localkeyid(hx509_context context,
_hx509_cert_assign_key(cert, value->private_key);
value->private_key = NULL;
}
hx509_certs_add(context, certs, cert);
hx509_cert_free(cert);
}
return ret;