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

Jean-Noel Rouvignac
16.57.2015 a41662c1136b2bb4a4198df89e0e87d2be3ef099
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/ReplLDIFOutputStream.java
@@ -100,11 +100,11 @@
        entryBuffer = ebytes.substring(0, endOfEntryIndex);
        // Send the entry
        if ((numEntries>0) && (getNumExportedEntries() > numEntries))
        if (numEntries>0 && getNumExportedEntries() > numEntries)
        {
          // This outputstream has reached the total number
          // of entries to export.
          throw(new IOException());
          throw new IOException();
        }
        // Add the entry bytes to the checksum