From 79b017514ce3dd6a0885f3fef94b6f698fc25b58 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Fri, 25 Jun 2010 10:47:10 +0000
Subject: [PATCH] Fixes an issue with the way the historical information (meta-data) is generated for Add operations through replication.
---
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
index b52a8f1..fd23888 100644
--- a/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -2280,7 +2280,6 @@
findEntryId(addOperation.getEntryDN().getParentDNInSuffix()));
addOperation.setAttachment(SYNCHROCONTEXT, ctx);
- Historical.generateState(addOperation);
}
/**
--
Gitblit v1.10.0