added egress as pull change

This commit is contained in:
worker-9
2021-08-06 13:47:39 -04:00
parent 94cf8bfbc6
commit 095ff2fbfc
4 changed files with 33 additions and 4 deletions

View File

@@ -99,7 +99,6 @@ func checkNodeActions(node *models.Node, network string, servercfg config.Server
log.Println("Unable to process reset keys request:", err)
return ""
}
return ""
}
if node.Action == models.NODE_DELETE || localNode.Action == models.NODE_DELETE {
err := LeaveNetwork(network)