Skip to content

Commit

Permalink
Update struct.go
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Jan 14, 2019
1 parent 45eb25b commit 71363ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/meshviewer-ffrgb/struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func NewNode(nodes *runtime.Nodes, n *runtime.Node) *Node {
Lastseen: n.Lastseen,
IsOnline: n.Online,
IsGateway: n.IsGateway(),
Addresses: []string,
Addresses: []string{},
}

if nodeinfo := n.Nodeinfo; nodeinfo != nil {
Expand Down

0 comments on commit 71363ce

Please sign in to comment.