refactor: GetBridgeAuthChannel --> GetAuthUpdateChannel

This commit is contained in:
James Houlahan
2020-04-08 10:29:01 +02:00
parent 042c340881
commit b01be382fc
10 changed files with 47 additions and 46 deletions

View File

@ -303,7 +303,7 @@ func (p *DialerWithPinning) dialWithProxyFallback(network, address string) (conn
}
// Switch to a proxy and retry the dial.
proxy, err := p.cm.SwitchToProxy()
proxy, err := p.cm.switchToReachableServer()
if err != nil {
return
}