Skip to content
Snippets Groups Projects
Commit b623e449 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in one-level searches, left over from -r1.23 cleanup

parent ee30206b
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,6 @@ glue_back_search (
BackendDB *be;
int i, rc = 0, t2limit = 0, s2limit = 0;
long stoptime = 0;
struct berval bv;
glue_state gs = {0};
slap_callback cb;
......@@ -373,7 +372,7 @@ glue_back_search (
s2limit, t2limit, filter, filterstr,
attrs, attrsonly);
} else if (dnIsSuffix(&bv, &be->be_nsuffix[0])) {
} else if (dnIsSuffix(ndn, &be->be_nsuffix[0])) {
rc = be->be_search (be, conn, op, dn, ndn,
scope, deref,
s2limit, t2limit, filter, filterstr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment