Skip to content
Snippets Groups Projects
Commit 137e4605 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent 0ad446f0
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment