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

gbellato
14.29.2009 bcf686add35bda4a6ac5c3d085abe151ea018e8e
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -626,12 +626,12 @@
      logError(errorMsg);
    } else if (sourceGroupId != groupId)
    {
      // Assured feature does not cross different group ids
      // Assured feature does not cross different group IDS
    } else
    {
      if ((generationId > 0) &&
        (generationId == sourceHandler.getGenerationId()))
        // Ignore assured updates from wrong generationid servers
        // Ignore assured updates from wrong generationId servers
      {
        if (sourceHandler.isLDAPserver())
        {
@@ -662,7 +662,7 @@
            }
          }
        } else
        { // A RS sent us the safe data message, for sure no futher acks to wait
        { // A RS sent us the safe data message, for sure no further ack to wait
          if (safeDataLevel == (byte) 1)
          {
            /**