diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 18:50:31 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 19:15:02 +0100 |
commit | befb10519daefcbee85950a4e574678fe4b7f402 (patch) | |
tree | b4f95889cfacbdf9909c3ccd11dc1f0f8bedb417 /lib/agent/apiv1-config.go | |
parent | 38e0baedab9da4516cdc97b526392cbc2c7da67e (diff) |
Added target and terminal support.v1.1.0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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 |