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

gbellato
23.58.2008 fa1f845a9f9562b1727ecdbd06608c485a3b09b5
opends/src/server/org/opends/server/replication/plugin/ReplLDIFOutputStream.java
@@ -103,7 +103,8 @@
          // of entries to export.
          throw(new IOException());
        }
        domain.exportLDIFEntry(entryBuffer);
        if (numEntries<0)
          domain.exportLDIFEntry(entryBuffer);
        numExportedEntries++;
        entryBuffer = "";