Resolve merge conflict

This commit is contained in:
Kristoffer Dalby
2021-08-13 10:33:19 +01:00
parent 5bfcf5c917
commit 9698abbfd5
10 changed files with 180 additions and 139 deletions

View File

@@ -169,10 +169,7 @@ func (h *Headscale) checkForNamespacesPendingUpdates() {
continue
}
for _, m := range *machines {
err = h.notifyChangesToPeers(&m)
if err != nil {
continue
}
h.notifyChangesToPeers(&m)
}
}
newV, err := h.getValue("namespaces_pending_updates")