Skip to content

Commit

Permalink
Merge pull request #79 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Correct a typo in routes.go
  • Loading branch information
juanfont authored Aug 7, 2021
2 parents bb2ccfd + 3fa1ac9 commit 3007c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (h *Headscale) EnableNodeRoute(namespace string, nodeName string, routeStr

// THIS IS COMPLETELY USELESS.
// The peers map is stored in memory in the server process.
// Definetely not accessible from the CLI tool.
// Definitely not accessible from the CLI tool.
// We need RPC to the server - or some kind of 'needsUpdate' field in the DB
peers, _ := h.getPeers(*m)
for _, p := range *peers {
Expand Down

0 comments on commit 3007c0e

Please sign in to comment.