mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#6003, #5916 fix ldap_back_entry_get_rw, no deref here
This commit is contained in:
parent
3201bacfff
commit
4fc4cb7995
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,7 @@ retry:
|
|||
/* TODO: timeout? */
|
||||
rc = ldap_pvt_search_s( lc->lc_ld, ndn->bv_val, LDAP_SCOPE_BASE, filter,
|
||||
attrp, 0, ctrls, NULL,
|
||||
NULL, LDAP_NO_LIMIT, op->ors_deref, &result );
|
||||
NULL, LDAP_NO_LIMIT, 0, &result );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
if ( rc == LDAP_SERVER_DOWN && do_retry ) {
|
||||
do_retry = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue