mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
fix size test in internal search for bdb/hdb
This commit is contained in:
parent
bfd09a16a2
commit
0265f31b5b
1 changed files with 1 additions and 0 deletions
|
|
@ -980,6 +980,7 @@ exact_match:
|
|||
ber_dupbv_x( &op.o_req_dn, &op.o_req_ndn, op.o_tmpmemctx );
|
||||
op.oq_search.rs_slimit = 1;
|
||||
op.oq_search.rs_tlimit = -1;
|
||||
op.o_sync_slog_size = -1;
|
||||
|
||||
op.o_bd->be_search( &op, &rs );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue