mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
re-fix ITS#5916
This commit is contained in:
parent
219c97e4a8
commit
ed97e96944
@ -315,7 +315,8 @@ ldap_build_search_req(
|
||||
#endif
|
||||
{
|
||||
err = ber_printf( ber, "{it{seeiib", *idp,
|
||||
LDAP_REQ_SEARCH, base, (ber_int_t) scope, ld->ld_deref,
|
||||
LDAP_REQ_SEARCH, base, (ber_int_t) scope,
|
||||
(deref < 0) ? ld->ld_deref : deref,
|
||||
(sizelimit < 0) ? ld->ld_sizelimit : sizelimit,
|
||||
(timelimit < 0) ? ld->ld_timelimit : timelimit,
|
||||
attrsonly );
|
||||
|
Loading…
Reference in New Issue
Block a user