Skip to content
Snippets Groups Projects

Populate a list of machines with machines that might not yet be persisted on disk

All threads resolved!
@@ -304,6 +304,7 @@ func (m *machineProvider) intermediateMachineList(excludedMachines []string) (ma
// lazy init set, as most of times we don't create new machines
if excludedSet == nil {
excludedSet = make(map[string]struct{})
for _, excludedMachine := range excludedMachines {
excludedSet[excludedMachine] = struct{}{}
}
Loading