]> git.sur5r.net Git - openldap/commitdiff
Revert "ITS#6915 fix op timestamps"
authorHoward Chu <hyc@openldap.org>
Tue, 24 May 2011 18:06:11 +0000 (11:06 -0700)
committerHoward Chu <hyc@openldap.org>
Tue, 24 May 2011 18:06:11 +0000 (11:06 -0700)
This reverts commit 81687b321ca878e27824e017a111455e47c6231b.

servers/slapd/overlays/memberof.c

index bb2b75134f918e86c455589c530e5a43fccb45a3..12055c43554bd513265ab175429d98e381de2b73 100644 (file)
@@ -406,7 +406,6 @@ memberof_value_modify(
                LDAP_SLIST_INSERT_HEAD(&op2.o_extra, &oex, oe_next);
                BER_BVZERO( &op2.o_csn );
                op2.o_bd->bd_info = (BackendInfo *)on->on_info;
-               slap_op_time( &op2.o_time, &op2.o_tincr );
                (void)op->o_bd->be_modify( &op2, &rs2 );
                op2.o_bd->bd_info = bi;
                LDAP_SLIST_REMOVE(&op2.o_extra, &oex, OpExtra, oe_next);
@@ -450,7 +449,6 @@ memberof_value_modify(
                LDAP_SLIST_INSERT_HEAD(&op2.o_extra, &oex, oe_next);
                BER_BVZERO( &op2.o_csn );
                op2.o_bd->bd_info = (BackendInfo *)on->on_info;
-               slap_op_time( &op2.o_time, &op2.o_tincr );
                (void)op->o_bd->be_modify( &op2, &rs2 );
                op2.o_bd->bd_info = bi;
                LDAP_SLIST_REMOVE(&op2.o_extra, &oex, OpExtra, oe_next);