From 8fd826b57e577c5099eb9f73455143bef0b95d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 1 May 2006 14:05:06 +0000 Subject: [PATCH] remove extra x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17395 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/keyset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index 6dfe6aaa7..792776925 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -251,7 +251,7 @@ hx509_certs_find(hx509_context context, break; if (c == NULL) break; -x if (_hx509_query_match_cert(context, q, c)) { + if (_hx509_query_match_cert(context, q, c)) { *r = c; break; }