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

Jean-Noel Rouvignac
12.43.2013 c08d1e4d46fcdef88a8b55f575320523215c7f5e
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationBackend.java
@@ -626,9 +626,10 @@
      return;
    }
    DBCursor<UpdateMsg> cursor = rsDomain.getCursorFrom(previousCSN);
    DBCursor<UpdateMsg> cursor = null;
    try
    {
      cursor = rsDomain.getCursorFrom(previousCSN);
      int lookthroughCount = 0;
      // Walk through the changes