diff options
| -rw-r--r-- | client/server.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/server.go b/client/server.go index 5578f04..d61ef21 100644 --- a/client/server.go +++ b/client/server.go @@ -491,6 +491,7 @@ func (c *Client) GetConfigCustomServer(url string, preferTCP bool, t oauth.Token // Set the server as the current if err = c.Servers.SetCustomServer(srv); err != nil { + c.goBackInternal() return nil, err } |
