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); } }