don't return client API error if the server is down...

This commit is contained in:
Pierangelo Masarati 2005-04-30 17:54:35 +00:00
parent 0ad446f014
commit 137e46059c

View file

@ -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 );