control/controlclient: don't use Node as value type

This commit is contained in:
Brad Fitzpatrick
2020-03-19 13:19:02 -07:00
parent 7caa288213
commit 073bb8de80
3 changed files with 3 additions and 12 deletions
+2 -2
View File
@@ -404,8 +404,8 @@ type MapResponse struct {
KeepAlive bool // if set, all other fields are ignored
// Networking
Node Node
Peers []Node
Node *Node
Peers []*Node
DNS []wgcfg.IP
SearchPaths []string