(hx509_query_match_cmp_func): return 0

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18911 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-04 23:43:24 +00:00
parent 159fc828ab
commit 343b2cb1c2

View File

@@ -1863,6 +1863,7 @@ hx509_query_match_cmp_func(hx509_query *q,
q->match &= ~HX509_QUERY_MATCH_FUNCTION;
q->cmp_func = func;
q->cmp_func_ctx = ctx;
return 0;
}