missed the comment that was automatically changed

This commit is contained in:
Andrew Harris
2020-07-24 16:55:50 -04:00
parent cb000a889c
commit 2113cbddf3

View File

@@ -3584,7 +3584,7 @@ func (c *client) processMsgResults(acc *Account, r *SublistResult, msg, deliver,
// Declared here because of goto.
var queues [][]byte
// For all non-client connections, we may still want to send messages to
// For all routes/leaf/gateway connections, we may still want to send messages to
// leaf nodes or routes even if there are no queue filters since we collect
// them above and do not process inline like normal clients.
// However, do select queue subs if asked to ignore empty queue filter.