Merge branch 'master' into ev/dynamo

This commit is contained in:
Ev Kontsevoy 2016-10-27 15:01:28 -07:00 committed by GitHub
commit 7debfc790f

View file

@ -136,7 +136,7 @@ func ApplyFileConfig(fc *FileConfig, cfg *service.Config) error {
if err != nil {
return trace.Errorf("cannot parse auth server address: '%v'", as)
}
cfg.AuthServers = []utils.NetAddr{*addr}
cfg.AuthServers = append(cfg.AuthServers, *addr)
}
}
cfg.ApplyToken(fc.AuthToken)