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

Matthew Swift
05.17.2011 d85810b26a08ba5260625d32a08ef4a2e2b04bf1
opendj-sdk/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;