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