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

Ludovic Poitou
01.57.2011 57b55877fc72c576cf7af0cf677fe456ec35f170
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationIterator.java
@@ -128,7 +128,7 @@
        try
        {
          cursor = db.openReadCursor(lastNonNullCurrentCN);
          currentChange = cursor.next(); // can return null
          currentChange = cursor.next();
          if (currentChange != null)
          {
            lastNonNullCurrentCN = currentChange.getChangeNumber();