opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java
@@ -2436,7 +2436,12 @@ } } } return true; /* * The loop also ends when the broker is stopped, and then nothing was written to any * session: a caller told the message was published would report as sent a message which * never reached the wire. */ return done; } /**