mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-3734: remove wrong break in 'for' block in VirtualMachineManagerImpl.java
This commit is contained in:
parent
06484061f3
commit
9985a895a4
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user