missed a file on last commit

This commit is contained in:
Todd Gruben 2018-04-26 11:43:39 -05:00 committed by Matt Jaffee
parent 2ef78af0ca
commit 4a1d15ec9d

View file

@ -337,7 +337,7 @@ func (c *Cluster) SetCoordinator(n *Node) error {
func (c *Cluster) UpdateCoordinator(n *Node) bool {
c.mu.Lock()
defer c.mu.Unlock()
_ = c.updateCoordinator(n)
return c.updateCoordinator(n)
}
func (c *Cluster) updateCoordinator(n *Node) bool {