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

mmarie
18.35.2008 d93627ee43ca3e694a7c4275d63c0571c4ec83dd
opends/src/server/org/opends/server/replication/protocol/EntryMsg.java
@@ -107,7 +107,7 @@
      pos += length +1;
      // entry
      length = getNextLength(in, pos);
      length = in.length - (pos + 1);
      this.entryByteArray = new byte[length];
      for (int i=0; i<length; i++)
      {