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

pgamba
30.50.2007 f590408dfbe9f2fc5a47978efe8198e3069e7bc5
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplLDIFOutputStream.java
@@ -89,7 +89,7 @@
      }
      else
      {
        entryBuffer = new String(b, startOfEntryIndex, len);
        entryBuffer = new String(b, startOfEntryIndex, bytesToRead);
        break;
      }
    }