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

mrossign
14.55.2007 c90277aee027fd834936b44a621a142cf71de444
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();