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

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