From d8b35f65f4273a51068e3f4b9ca76f1eed06de22 Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Fri, 08 Jun 2007 21:08:25 +0000
Subject: [PATCH] Fix for issue 1755: InitializeReplica is not always complete - subentries not always exported before top entry.

---
 opends/src/server/org/opends/server/backends/jeb/ID2Entry.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java b/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java
index e372bfe..ce61886 100644
--- a/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java
+++ b/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java
@@ -95,7 +95,7 @@
                   DataConfig dataConfig, String name)
   {
     this.entryContainer = entryContainer;
-    this.dbConfig = dbConfig;
+    this.dbConfig = dbConfig.cloneConfig();
     this.name = name;
     this.dataConfig = dataConfig;
   }

--
Gitblit v1.10.0