mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
fix issuffix call
This commit is contained in:
parent
30831a4012
commit
7a2d752118
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue