Skip to content
Snippets Groups Projects
Commit a6cb0cfe authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Missed portion of 04f8fa56

parent 69fc0632
No related branches found
No related tags found
No related merge requests found
......@@ -911,6 +911,7 @@ rwm_entry_get_rw( Operation *op, struct berval *ndn,
/* duplicate & release */
op2.o_bd->bd_info = (BackendInfo *)on;
rc = rwm_send_entry( &op2, &rs );
RS_ASSERT( rs.sr_flags & REP_ENTRY_MUSTFLUSH );
if ( rc == SLAP_CB_CONTINUE ) {
*ep = rs.sr_entry;
rc = LDAP_SUCCESS;
......@@ -1498,6 +1499,7 @@ rwm_send_entry( Operation *op, SlapReply *rs )
} else if ( rs->sr_flags & REP_ENTRY_MUSTRELEASE ) {
/* ITS#6423: REP_ENTRY_MUSTRELEASE incompatible
* with REP_ENTRY_MODIFIABLE */
RS_ASSERT( 0 );
rc = 1;
goto fail;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment