mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
re-fix ITS#5916
This commit is contained in:
parent
219c97e4a8
commit
ed97e96944
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue