mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
force the generation of a new CSN (ITS#6766)
This commit is contained in:
parent
ab4eb5e673
commit
53343b421c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue