Remove break or that'll kill the parent loop

This commit is contained in:
Neil Alexander 2020-07-07 15:56:23 +01:00
parent c072071801
commit df2b01f9c7

View file

@ -250,8 +250,6 @@ func (oq *destinationQueue) backgroundSend() {
oq.statistics.Success() oq.statistics.Success()
// Clean up the in-memory buffers. // Clean up the in-memory buffers.
oq.cleanPendingEDUs() oq.cleanPendingEDUs()
} else {
break
} }
} }