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

gbellato
26.14.2009 651b64aa4873261d46fc54bc3283e73fb519a05c
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.replication.service;
@@ -502,7 +502,8 @@
        {
          sendWindow.release(Integer.MAX_VALUE);
        }
        this.sendWindow = new Semaphore(maxSendWindow);
        sendWindow = new Semaphore(maxSendWindow);
        rcvWindow = maxRcvWindow;
        connectPhaseLock.notify();
        if ((replServerStartMsg.getGenerationId() == this.getGenerationID()) ||