mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-31 14:51:23 +09:00
Namespaces are no longer a pointer
This commit is contained in:
parent
95690e614e
commit
5526ccc696
1 changed files with 1 additions and 1 deletions
2
derp.go
2
derp.go
|
@ -144,7 +144,7 @@ func (h *Headscale) scheduledDERPMapUpdateWorker(cancelChan <-chan struct{}) {
|
|||
Msg("Failed to fetch namespaces")
|
||||
}
|
||||
|
||||
for _, namespace := range *namespaces {
|
||||
for _, namespace := range namespaces {
|
||||
h.setLastStateChangeToNow(namespace.Name)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue