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

Jean-Noël Rouvignac
28.10.2015 07e7cb84f497a907074b5ca46f3147f65488d6ed
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/TopologyMsg.java
@@ -210,7 +210,7 @@
    builder.appendByte(MSG_TYPE_TOPOLOGY);
    // Put DS infos
    builder.appendByte((byte) replicaInfos.size());
    builder.appendByte(replicaInfos.size());
    for (DSInfo dsInfo : replicaInfos.values())
    {
      builder.appendIntUTF8(dsInfo.getDsId());
@@ -235,12 +235,12 @@
        {
          builder.appendStrings(dsInfo.getEclIncludesForDeletes());
        }
        builder.appendByte((byte) dsInfo.getProtocolVersion());
        builder.appendByte(dsInfo.getProtocolVersion());
      }
    }
    // Put RS infos
    builder.appendByte((byte) rsInfos.size());
    builder.appendByte(rsInfos.size());
    for (RSInfo rsInfo : rsInfos)
    {
      builder.appendIntUTF8(rsInfo.getId());