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

ludovicp
29.11.2008 aa4cddefb7237eea616db2b525539cc7c854d41a
opends/src/server/org/opends/server/backends/jeb/SortValuesSet.java
@@ -180,6 +180,7 @@
      updatedEntryIDs[pos] = entryID;
      byte[] newValuesBytes = attributeValuesToDatabase(values);
      // BUG valuesBytesOffsets might be null ? If not why testing below ?
      int valuesPos = valuesBytesOffsets[pos];
      byte[] updatedValuesBytes = new byte[valuesBytes.length +
          newValuesBytes.length];