committed by
Audrius Butkevicius
parent
05e9e0bfa9
commit
485acda63b
@@ -108,7 +108,7 @@ func (c *dynamicClient) Error() error {
|
|||||||
c.mut.RLock()
|
c.mut.RLock()
|
||||||
defer c.mut.RUnlock()
|
defer c.mut.RUnlock()
|
||||||
if c.client == nil {
|
if c.client == nil {
|
||||||
return c.Error()
|
return c.commonClient.Error()
|
||||||
}
|
}
|
||||||
return c.client.Error()
|
return c.client.Error()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user