This commit is contained in:
Pierangelo Masarati 2005-12-05 15:21:49 +00:00
parent bb1984eb3e
commit 5f8f4554ff

View File

@ -186,10 +186,8 @@ meta_back_bind( Operation *op, SlapReply *rs )
lerr = meta_back_single_bind( &op2, rs, mc, i, massage );
if ( lerr != LDAP_SUCCESS ) {
rs->sr_err = lerr;
rc = rs->sr_err = lerr;
candidates[ i ].sr_tag = META_NOT_CANDIDATE;
rc = rs->sr_err;
break;
}
}