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

Fabio Pistolesi
23.50.2015 b9e5eaf4520dd0a7a52c7c49d857400c86a0c5e3
OPENDJ-2412 dsreplication initialize-all fails while exporting entries

Fix is actually a leftover from fixing OPENDJ-2396, the two bugs actually having the same root cause.
1 files modified
1 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java
@@ -252,6 +252,7 @@
    this.replSessionSecurity = replSessionSecurity;
    this.rcvWindow = getMaxRcvWindow();
    this.halfRcvWindow = rcvWindow / 2;
    this.shutdown = true;
    /*
     * Only create a monitor if there is a replication domain (this is not the