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

pgamba
07.36.2007 86847c52855283d5e7092f8edab36e836929baad
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplLDIFInputStream.java
@@ -130,7 +130,7 @@
    }
    index += copiedLength;
    if (receivedLength <= len)
    if (index == bytes.length)
      bytes = null;
    return copiedLength;