fix up comments
This commit is contained in:
parent
9d612c8cb0
commit
9b8a079558
|
@ -1756,8 +1756,8 @@ OUTER:
|
||||||
}
|
}
|
||||||
|
|
||||||
// updateNode updates the Node copy and triggers the client to send the updated
|
// updateNode updates the Node copy and triggers the client to send the updated
|
||||||
// Node to the server. This should be done while holding the configLock lock.
|
// Node to the server. This should be done while the caller holds the
|
||||||
// so already
|
// configLock lock.
|
||||||
func (c *Client) updateNodeLocked() {
|
func (c *Client) updateNodeLocked() {
|
||||||
// Update the config copy.
|
// Update the config copy.
|
||||||
node := c.config.Node.Copy()
|
node := c.config.Node.Copy()
|
||||||
|
|
Loading…
Reference in New Issue