mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
13.14.2008 b3c070bb2107aec085fa3f16ba1c118a71e30a7b
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -266,7 +266,7 @@
   * A boolean indicating if the thread used to save the persistentServerState
   * is terminated.
   */
  private boolean done = false;
  private boolean done = true;
  /**
   * This class contain the context related to an import or export
@@ -1222,6 +1222,8 @@
  @Override
  public void run()
  {
    done = false;
    // Create the listener thread
    listenerThread = new ListenerThread(this, updateToReplayQueue);
    listenerThread.start();