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

Ludovic Poitou
01.57.2011 54e325583550faebe58840aa6a82395209de4fed
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();