mirror of https://github.com/status-im/consul.git
Fixes bad name for DC forwarding of Coordinate.Get.
This commit is contained in:
parent
9c9195746f
commit
843613143b
|
@ -117,7 +117,7 @@ func (c *Coordinate) Update(args *structs.CoordinateUpdateRequest, reply *struct
|
|||
|
||||
// Get returns the coordinate of the given node in the LAN.
|
||||
func (c *Coordinate) Get(args *structs.NodeSpecificRequest, reply *structs.IndexedCoordinate) error {
|
||||
if done, err := c.srv.forward("Coordinate.GetLAN", args, args, reply); done {
|
||||
if done, err := c.srv.forward("Coordinate.Get", args, args, reply); done {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue