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

Matthew Swift
05.17.2011 5b3af8b42bbd502d7cf3597c8c7c595e07cbbc16
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;