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

Jean-Noel Rouvignac
30.14.2014 2efe1bfb73221f1ff9707e1069f1e9a36d62b4f2
opendj3-server-dev/src/server/org/opends/server/replication/server/ReplicationServerHandler.java
@@ -732,8 +732,7 @@
  public void receiveTopoInfoFromRS(TopologyMsg topoMsg)
  throws DirectoryException, IOException
  {
    if (replicationServerDomain != null)
      replicationServerDomain.receiveTopoInfoFromRS(topoMsg, this, true);
    replicationServerDomain.receiveTopoInfoFromRS(topoMsg, this, true);
  }
}