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

mrossign
31.15.2008 4c7d89a5b8f1503bf63988ae13d47d269e1615de
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)
      {