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

Jean-Noel Rouvignac
19.30.2014 377b2709c64b32fe93905b466482216c2cc0581c
opendj3-server-dev/src/server/org/opends/server/replication/plugin/PersistentServerState.java
@@ -276,7 +276,7 @@
    if (attrs != null)
    {
      Attribute attr = attrs.get(0);
      for (AttributeValue value : attr)
      for (ByteString value : attr)
      {
        update(new CSN(value.toString()));
      }
@@ -413,8 +413,7 @@
        dbMaxCsn = serverStateMaxCsn;
        for (SearchResultEntry resEntry : op.getSearchEntries())
        {
          for (AttributeValue attrValue :
                    resEntry.getAttribute(histType).get(0))
          for (ByteString attrValue : resEntry.getAttribute(histType).get(0))
          {
            HistoricalAttributeValue histVal =
                new HistoricalAttributeValue(attrValue.toString());