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

pgamba
30.50.2007 14c72d52951f4605803616bcab974a2539a76348
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;
      }
    }