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

mrossign
31.15.2008 b86b7b939d4fb1f3aa3a390d20352e7a16d86ef7
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ReplServerStartMsg.java
@@ -156,7 +156,7 @@
      sslEncryption = Boolean.valueOf(new String(in, pos, length, "UTF-8"));
      pos += length +1;
      // For easiness (no additional method), simpy compare PDU type to
      // For easiness (no additional method), simply compare PDU type to
      // know if we have to read new parameters of V2
      if (in[0] == MSG_TYPE_REPL_SERVER_START)
      {