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

This commit is contained in:
Pierangelo Masarati 2011-01-03 00:04:53 +00:00
parent ab4eb5e673
commit 53343b421c

View file

@ -404,6 +404,7 @@ 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;
@ -446,6 +447,7 @@ 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;