opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -248,6 +248,8 @@ newSocket.setKeepAlive(true); ProtocolSession session = replSessionSecurity.createServerSession(newSocket); if (session == null) // Error, go back to accept continue; ServerHandler handler = new ServerHandler(session, queueSize); handler.start(null, serverId, serverURL, rcvWindow, false, this);