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

mrossign
18.57.2007 8ebf75b54698f1d4ef137f04871db994f4bac9ef
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);