Revert "force the generation of a new CSN (ITS#6766)"

This reverts commit 53343b421c.
This commit is contained in:
Howard Chu 2011-05-24 11:06:26 -07:00
parent 637b625047
commit d6e414db66

View file

@ -404,7 +404,6 @@ memberof_value_modify(
oex.oe_key = (void *)&memberof;
LDAP_SLIST_INSERT_HEAD(&op2.o_extra, &oex, oe_next);
BER_BVZERO( &op2.o_csn );
op2.o_bd->bd_info = (BackendInfo *)on->on_info;
(void)op->o_bd->be_modify( &op2, &rs2 );
op2.o_bd->bd_info = bi;
@ -447,7 +446,6 @@ memberof_value_modify(
oex.oe_key = (void *)&memberof;
LDAP_SLIST_INSERT_HEAD(&op2.o_extra, &oex, oe_next);
BER_BVZERO( &op2.o_csn );
op2.o_bd->bd_info = (BackendInfo *)on->on_info;
(void)op->o_bd->be_modify( &op2, &rs2 );
op2.o_bd->bd_info = bi;