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

Jean-Noel Rouvignac
16.57.2015 a41662c1136b2bb4a4198df89e0e87d2be3ef099
opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java
@@ -929,7 +929,7 @@
         * also need to make sure that we don't overflow the semaphore by
         * releasing too many permits.
         */
        final int MAX_PERMITS = (Integer.MAX_VALUE >>> 2);
        final int MAX_PERMITS = Integer.MAX_VALUE >>> 2;
        if (sendWindow.availablePermits() < MAX_PERMITS)
        {
          /*