opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplLDIFOutputStream.java
@@ -30,6 +30,7 @@ import java.io.IOException; import java.io.OutputStream; import org.opends.server.replication.service.ReplicationDomain; import org.opends.server.util.ServerConstants; /** @@ -103,8 +104,7 @@ // of entries to export. throw(new IOException()); } if (numEntries<0) domain.exportLDIFEntry(entryBuffer); numExportedEntries++; entryBuffer = "";