mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-18 14:54:23 +08:00
Merge pull request #2026 from gravitl/gra-1172-zombies
updates to zombie processing
This commit is contained in:
@@ -96,6 +96,7 @@ func CreateHost(h *models.Host) error {
|
||||
return err
|
||||
}
|
||||
h.HostPass = string(hash)
|
||||
checkForZombieHosts(h)
|
||||
return UpsertHost(h)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user