mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
parent
05e9e0bfa9
commit
485acda63b
@ -108,7 +108,7 @@ func (c *dynamicClient) Error() error {
|
||||
c.mut.RLock()
|
||||
defer c.mut.RUnlock()
|
||||
if c.client == nil {
|
||||
return c.Error()
|
||||
return c.commonClient.Error()
|
||||
}
|
||||
return c.client.Error()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user