mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 00:58:02 -05:00
More explicit for prev commit
This commit is contained in:
parent
4fc4cb7995
commit
6f8323590e
1 changed files with 1 additions and 1 deletions
|
|
@ -929,7 +929,7 @@ retry:
|
|||
|
||||
/* TODO: timeout? */
|
||||
rc = ldap_pvt_search_s( lc->lc_ld, ndn->bv_val, LDAP_SCOPE_BASE, filter,
|
||||
attrp, 0, ctrls, NULL,
|
||||
attrp, LDAP_DEREF_NEVER, ctrls, NULL,
|
||||
NULL, LDAP_NO_LIMIT, 0, &result );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
if ( rc == LDAP_SERVER_DOWN && do_retry ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue