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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/Session.java
@@ -91,7 +91,8 @@
   * initial single threaded handshake.
   */
  private short protocolVersion = ProtocolVersion.getCurrentVersion();
  private boolean isEncrypted = true; // Initially encrypted.
  /** Initially encrypted. */
  private boolean isEncrypted = true;
  /**
   * Use a buffered input stream to avoid too many system calls.