mirror of https://github.com/apache/cloudstack.git
CS-15697: Fix wrong class for finalizeStop()
This commit is contained in:
parent
f9edca800c
commit
c971d3c2a6
|
|
@ -1020,6 +1020,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
}
|
||||
|
||||
VirtualMachineGuru<T> vmGuru = getVmGuru(vm);
|
||||
vm = vmGuru.findById(vm.getId());
|
||||
VirtualMachineProfile<T> profile = new VirtualMachineProfileImpl<T>(vm);
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue