mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
count candidate unavailable (quarantined) targets
This commit is contained in:
parent
36898bbb76
commit
d16c9aacd7
1 changed files with 7 additions and 0 deletions
|
|
@ -1192,6 +1192,13 @@ retry_lock2:;
|
|||
Debug( LDAP_DEBUG_TRACE, "%s: meta_back_getconn[%d]\n",
|
||||
op->o_log_prefix, i, 0 );
|
||||
|
||||
} else if ( lerr == LDAP_UNAVAILABLE ) {
|
||||
META_CANDIDATE_SET( &candidates[ i ] );
|
||||
candidates[ i ].sr_err = LDAP_UNAVAILABLE;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "%s: meta_back_getconn[%d] unavailable\n",
|
||||
op->o_log_prefix, i, 0 );
|
||||
|
||||
} else {
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue