connect/proxy: use the right variable for loading the new service

pull/4275/head
Mitchell Hashimoto 7 years ago
parent 8c713e6104
commit 0487cacd10
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -45,7 +45,7 @@ func (p *Proxy) Serve() error {
// Initial setup // Initial setup
// Setup Service instance now we know target ID etc // Setup Service instance now we know target ID etc
service, err := cfg.Service(p.client, p.logger) service, err := newCfg.Service(p.client, p.logger)
if err != nil { if err != nil {
return err return err
} }

Loading…
Cancel
Save