CLOUDSTACK-3734: remove wrong break in 'for' block in VirtualMachineManagerImpl.java

This commit is contained in:
Wei Zhou 2013-07-23 17:37:39 +02:00
parent 06484061f3
commit 9985a895a4

View File

@ -2298,7 +2298,6 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
if (vm != null) {
map.put(vm.getId(), new AgentVmInfo(entry.getKey(), vm, entry.getValue().second(), entry.getValue().first()));
is_alien_vm = false;
break;
}
// alien VMs
if (is_alien_vm){