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; } }