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

Jean-Noel Rouvignac
10.36.2014 b19ae6bcf067bb426cc404398c9491634b00c050
opendj3-server-dev/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -492,6 +492,13 @@
  {
    try
    {
      if (updateMsg instanceof ReplicaOfflineMsg)
      {
        final ReplicaOfflineMsg offlineMsg = (ReplicaOfflineMsg) updateMsg;
        this.domainDB.replicaOffline(baseDN, offlineMsg.getCSN());
        return true;
      }
      if (this.domainDB.publishUpdateMsg(baseDN, updateMsg))
      {
        /*