mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
cleanup
This commit is contained in:
parent
a4c81315a5
commit
9aecc6c7e0
@ -495,7 +495,7 @@ retry:;
|
||||
goto error_return;
|
||||
}
|
||||
|
||||
/* copy the DN idf needed */
|
||||
/* copy the DN if needed */
|
||||
if ( msc->msc_bound_ndn.bv_val == op->o_conn->c_dn.bv_val ) {
|
||||
ber_dupbv( &msc->msc_bound_ndn, &op->o_conn->c_dn );
|
||||
}
|
||||
|
@ -668,6 +668,7 @@ meta_back_search( Operation *op, SlapReply *rs )
|
||||
assert( 0 );
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
/* impossible */
|
||||
|
Loading…
Reference in New Issue
Block a user