opends/src/server/org/opends/server/replication/protocol/DoneMsg.java
@@ -70,9 +70,9 @@ public byte[] getBytes(short protocolVersion) { final ByteArrayBuilder builder = new ByteArrayBuilder(); builder.append(MSG_TYPE_DONE); builder.appendUTF8(senderID); builder.appendUTF8(destination); builder.appendByte(MSG_TYPE_DONE); builder.appendIntUTF8(senderID); builder.appendIntUTF8(destination); return builder.toByteArray(); } }