Resolve merge conflict
This commit is contained in:
parent
5bfcf5c917
commit
9698abbfd5
10 changed files with 180 additions and 139 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue