mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
do not return success; frontend already does (ITS#4122)
This commit is contained in:
parent
12c18e68e0
commit
67397c46be
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue