code review changes

This commit is contained in:
Matthew R. Kasun 2022-06-14 08:27:30 -04:00
parent 43c1cea2b0
commit b354ff9d8a

View file

@ -77,7 +77,7 @@ func ManageZombies(ctx context.Context) {
}
}
//InitializeZombies - populates the zombie quarantine list (should be called from initialization)
// InitializeZombies - populates the zombie quarantine list (should be called from initialization)
func InitalizeZombies() {
nodes, err := GetAllNodes()
if err != nil {