ITS#6915 Don't replicate internal operations

This commit is contained in:
Howard Chu 2011-05-24 11:14:58 -07:00
parent 53b4baec8b
commit 78e1dd9b2f

View file

@ -357,6 +357,10 @@ memberof_value_modify(
op2.o_ndn = op->o_bd->be_rootndn;
op2.orm_modlist = NULL;
/* Internal ops, never replicate these */
op2.orm_no_opattrs = 1;
op2.o_dont_replicate = 1;
if ( !BER_BVISNULL( &mo->mo_ndn ) ) {
ml = &mod[ mcnt ];
ml->sml_numvals = 1;