mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
cleanup
This commit is contained in:
parent
bb1984eb3e
commit
5f8f4554ff
1 changed files with 1 additions and 3 deletions
|
|
@ -186,10 +186,8 @@ meta_back_bind( Operation *op, SlapReply *rs )
|
||||||
lerr = meta_back_single_bind( &op2, rs, mc, i, massage );
|
lerr = meta_back_single_bind( &op2, rs, mc, i, massage );
|
||||||
|
|
||||||
if ( lerr != LDAP_SUCCESS ) {
|
if ( lerr != LDAP_SUCCESS ) {
|
||||||
rs->sr_err = lerr;
|
rc = rs->sr_err = lerr;
|
||||||
candidates[ i ].sr_tag = META_NOT_CANDIDATE;
|
candidates[ i ].sr_tag = META_NOT_CANDIDATE;
|
||||||
|
|
||||||
rc = rs->sr_err;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue