Mark all namespaces to lastChange now

This commit is contained in:
Juan Font Alonso 2022-08-16 13:39:15 +02:00
parent eb461d0713
commit 0db7fc5ab7
3 changed files with 6 additions and 6 deletions

2
app.go
View file

@ -270,7 +270,7 @@ func (h *Headscale) expireEphemeralNodesWorker() {
}
if expiredFound {
h.setLastStateChangeToNow(namespace.Name)
h.setLastStateChangeToNow()
}
}
}