ITS#4961 disable schema checking on contextCSN update

This commit is contained in:
Howard Chu 2007-05-14 21:25:48 +00:00
parent 6ee5d7d3da
commit 093f52e44d

View file

@ -1307,6 +1307,7 @@ syncprov_checkpoint( Operation *op, SlapReply *rs, slap_overinst *on )
opm.o_req_ndn = op->o_bd->be_nsuffix[0];
opm.o_bd->bd_info = on->on_info->oi_orig;
opm.o_managedsait = SLAP_CONTROL_NONCRITICAL;
opm.o_no_schema_check = 1;
opm.o_bd->be_modify( &opm, &rsm );
if ( mod.sml_next != NULL ) {
slap_mods_free( mod.sml_next, 1 );