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.