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

mrossign
18.57.2007 56f260d9e4ba76d9205ed536a498359063534983
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);