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

do not return success; frontend already does (ITS#4122)

parent 12c18e68
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ meta_back_bind( Operation *op, SlapReply *rs )
if ( META_BACK_DEFER_ROOTDN_BIND( mi ) ) {
rs->sr_err = LDAP_SUCCESS;
rs->sr_text = NULL;
send_ldap_result( op, rs );
/* frontend will return success */
return rs->sr_err;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment