From f4e25d65735f62e700e80ce895e25e3aa9783dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 27 Mar 2006 22:09:28 +0000 Subject: [PATCH] (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 --- lib/hx509/collector.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hx509/collector.c b/lib/hx509/collector.c index 3444a4442..9826fa3eb 100644 --- a/lib/hx509/collector.c +++ b/lib/hx509/collector.c @@ -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;