diff options
Diffstat (limited to 'lib/agent/apiv1-config.go')
-rw-r--r-- | lib/agent/apiv1-config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/agent/apiv1-config.go b/lib/agent/apiv1-config.go index b24dc21..cfecd82 100644 --- a/lib/agent/apiv1-config.go +++ b/lib/agent/apiv1-config.go @@ -66,7 +66,7 @@ func (s *APIService) setConfig(c *gin.Context) { } } - // Add new XDS Server + // Add new / unconnected XDS Server for _, svr := range cfgArg.Servers { if svr.Connected && svr.ID != "" { continue |