opends/src/server/org/opends/server/replication/protocol/ServerStartMsg.java
@@ -327,7 +327,8 @@ byteServerState.length + 1; /* encode the header in a byte[] large enough to also contain the mods */ byte resultByteArray[] = encodeHeader(MSG_TYPE_SERVER_START, length); byte resultByteArray[] = encodeHeader( MSG_TYPE_SERVER_START, length, ProtocolVersion.getCurrentVersion()); int pos = headerLength; pos = addByteArray(byteDn, resultByteArray, pos);