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

mrossign
14.55.2007 63c4a29c29f54129fbd29a3de1d57647e110d8de
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -133,9 +133,6 @@
  // At startup, the listen thread wait on this flag for the connet
  // thread to look for other servers in the topology.
  // TODO when a replication server is out of date (has old changes
  // to receive from other servers, the listen thread should not accept
  // connection from ldap servers. (issue 1302)
  private boolean connectedInTopology = false;
  private final Object connectedInTopologyLock = new Object();