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

gbellato
23.58.2008 9a3dcf4b902b7f38c070a97cf5dc217cfccc9651
opendj-sdk/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 = "";