From befb10519daefcbee85950a4e574678fe4b7f402 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 23 Feb 2018 18:50:31 +0100 Subject: Added target and terminal support. Signed-off-by: Sebastien Douheret --- lib/agent/apiv1-config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/agent/apiv1-config.go') 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 -- cgit 1.2.3-korg