mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-29 13:28:03 -05:00
Make lastStateChange namespaced
This commit is contained in:
@@ -320,7 +320,7 @@ func (h *Headscale) isOutdated(m *Machine) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
lastChange := h.getLastStateChange()
|
||||
lastChange := h.getLastStateChange(m.Namespace.Name)
|
||||
log.Trace().
|
||||
Str("func", "keepAlive").
|
||||
Str("machine", m.Name).
|
||||
|
||||
Reference in New Issue
Block a user