From: Howard Chu Date: Tue, 24 May 2011 18:06:11 +0000 (-0700) Subject: Revert "ITS#6915 fix op timestamps" X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~1380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637b62504799949633c3818b3c80c8930c80e67f;p=thirdparty%2Fopenldap.git Revert "ITS#6915 fix op timestamps" This reverts commit 81687b321ca878e27824e017a111455e47c6231b. --- diff --git a/servers/slapd/overlays/memberof.c b/servers/slapd/overlays/memberof.c index bb2b75134f..12055c4355 100644 --- a/servers/slapd/overlays/memberof.c +++ b/servers/slapd/overlays/memberof.c @@ -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);