opends/src/server/org/opends/server/replication/server/changelog/je/JEReplicaDBCursor.java
@@ -96,7 +96,15 @@ @Override public boolean next() throws ChangelogException { currentChange = cursor.next(); if (cursor != null) { currentChange = cursor.next(); } else { currentChange = null; } if (currentChange != null) {