opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -423,6 +423,9 @@ } // Avoid connecting to self. // FIXME: this will need changing if we ever support listening on // specific addresses. if (isLocalAddress(inetAddress) && (port == replicationPort)) { continue;