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

mrossign
19.53.2010 874f6e3a092bdaa5f151c512c9284b15f5886e82
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -719,7 +719,7 @@
      ReplicationMsg msg;
      try
      {
        msg = broker.receive();
        msg = broker.receive(true);
        if (msg == null)
        {
          // The server is in the shutdown process