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

pgamba
19.56.2009 9f6142d16669ab52980d41520298c78522ee8eef
opendj-sdk/opends/src/server/org/opends/server/replication/server/MessageHandler.java
@@ -747,7 +747,8 @@
    else
    {
      this.serviceId = serviceId;
      this.replicationServerDomain = getDomain(true, isDataServer);
      if (!serviceId.equalsIgnoreCase("cn=changelog"))
        this.replicationServerDomain = getDomain(true, isDataServer);
    }
  }
@@ -802,4 +803,12 @@
    return replicationServer.getGroupId();
  }
  /**
   * Get the serverId of the hosting replication server.
   * @return the replication serverId.
   */
  public int getReplicationServerId()
  {
    return this.replicationServerId;
  }
}