fix issuffix call

This commit is contained in:
Kurt Zeilenga 2001-12-09 19:19:10 +00:00
parent 30831a4012
commit 7a2d752118

View file

@ -366,7 +366,7 @@ glue_back_search (
scope, deref,
s2limit, t2limit, filter, filterstr,
attrs, attrsonly);
} else if (dn_issuffix (&bv, b0->be_nsuffix[i])) {
} else if (dn_issuffixbv (&bv, b0->be_nsuffix[i])) {
rc = be->be_search (be, conn, op,
dn, ndn, scope, deref,
s2limit, t2limit, filter, filterstr,