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

pgamba
07.36.2007 112e41b72962a783bf26ebf05925498d397ef980
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;