remove extra x

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17395 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-01 14:05:06 +00:00
parent 7072fcc8ec
commit 8fd826b57e

View File

@@ -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;
}