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

gbellato
27.34.2009 a733cedcf54ab0b979f7f1b762d086e49bd59d72
opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -375,7 +375,7 @@
      writer = new ServerWriter(session, serverId,
          this, replicationServerDomain);
      reader = new ServerReader(session, serverId, this);
      reader = new ServerReader(session, this);
      reader.start();
      writer.start();
@@ -1421,6 +1421,6 @@
  public void doStop()
  {
    if (replicationServerDomain!=null)
      replicationServerDomain.stopServer(this);
      replicationServerDomain.stopServer(this, false);
  }
}