mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
don't return client API error if the server is down...
This commit is contained in:
parent
0ad446f014
commit
137e46059c
1 changed files with 2 additions and 0 deletions
|
|
@ -490,6 +490,8 @@ meta_back_dobind(
|
|||
rc = meta_back_single_dobind( op, rs, mc, i,
|
||||
LDAP_BACK_DONTSEND, mt->mt_nretries );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
rs->sr_err = slap_map_api2result( rs );
|
||||
|
||||
Debug( LDAP_DEBUG_ANY, "%s meta_back_dobind[%d]: "
|
||||
"(anonymous) err=%d\n",
|
||||
op->o_log_prefix, i, rc );
|
||||
|
|
|
|||
Loading…
Reference in a new issue