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

gbellato
29.15.2009 4752e264607ac01695f6644d71f21cf409de6064
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);