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