mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Set ors_slimit in slap_read_controls so that slap_send_search_entry()
check passes
This commit is contained in:
parent
3ba381a862
commit
dcfd499eca
@ -1484,6 +1484,7 @@ int slap_read_controls(
|
||||
myop.o_bd = NULL;
|
||||
myop.o_res_ber = ber;
|
||||
myop.o_callback = NULL;
|
||||
myop.ors_slimit = 1;
|
||||
|
||||
rc = slap_send_search_entry( &myop, rs );
|
||||
if( rc ) return rc;
|
||||
|
Loading…
Reference in New Issue
Block a user