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

gbellato
29.15.2009 023ee175219d75ce5f03a38dbd9fa24921e7172b
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -3075,7 +3075,11 @@
        {
          try
          {
            rsHandler.send(msg);
            if (rsHandler.getProtocolVersion() >=
              ProtocolVersion.REPLICATION_PROTOCOL_V3)
            {
              rsHandler.send(msg);
            }
          } catch (IOException e)
          {
            TRACER.debugCaught(DebugLogLevel.ERROR, e);