remove extra x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17395 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user