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

Jean-Noel Rouvignac
04.55.2013 2173fe6484daebf086de4eeed092db474758d094
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -4468,7 +4468,7 @@
          if (fakeOp.getCSN().isNewerThan(endCSN) // sanity check
              || !state.cover(fakeOp.getCSN())
              // do not look for replay operations in the future
              || endCSN.isNewerThan(now()))
              || currentStartCSN.isNewerThan(now()))
          {
            break;
          }