diff --git a/server/client.go b/server/client.go index 910325e2..94af4565 100644 --- a/server/client.go +++ b/server/client.go @@ -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.