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

Jean-Noel Rouvignac
26.17.2014 a1afc5123cc95ba841f0ac3d75f0d1d9d75928dd
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ResetGenerationIdMsg.java
@@ -69,8 +69,8 @@
  public byte[] getBytes(short protocolVersion)
  {
    final ByteArrayBuilder builder = new ByteArrayBuilder();
    builder.append(MSG_TYPE_RESET_GENERATION_ID);
    builder.appendUTF8(generationId);
    builder.appendByte(MSG_TYPE_RESET_GENERATION_ID);
    builder.appendLongUTF8(generationId);
    return builder.toByteArray();
  }