Merge pull request #2026 from gravitl/gra-1172-zombies

updates to zombie processing
This commit is contained in:
dcarns
2023-02-14 14:50:08 -05:00
committed by GitHub
12 changed files with 132 additions and 87 deletions

View File

@@ -96,6 +96,7 @@ func CreateHost(h *models.Host) error {
return err
}
h.HostPass = string(hash)
checkForZombieHosts(h)
return UpsertHost(h)
}