From 2113cbddf32ea0fcfc3033c75fd0e1040d0041f5 Mon Sep 17 00:00:00 2001 From: Andrew Harris Date: Fri, 24 Jul 2020 16:55:50 -0400 Subject: [PATCH] missed the comment that was automatically changed --- server/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.