From 06f56411dd040d26269273c8377880d86321ba14 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 7 Oct 2021 15:45:45 +0100 Subject: [PATCH] Update machine.go --- machine.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machine.go b/machine.go index 326c2fca..21d774b4 100644 --- a/machine.go +++ b/machine.go @@ -217,6 +217,8 @@ func (m *Machine) GetHostInfo() (*tailcfg.Hostinfo, error) { func (h *Headscale) isOutdated(m *Machine) bool { err := h.UpdateMachine(m) if err != nil { + // It does not seem meaningful to propagate this error as the end result + // will have to be that the machine has to be considered outdated. return true }