mirror of https://github.com/apache/cloudstack.git
use returned VO
This commit is contained in:
parent
8978839d96
commit
6dcbd3bbfd
|
|
@ -943,7 +943,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
work.setStep(Step.Prepare);
|
||||
work.setResourceType(ItWorkVO.ResourceType.Host);
|
||||
work.setResourceId(dstHostId);
|
||||
_workDao.persist(work);
|
||||
work = _workDao.persist(work);
|
||||
|
||||
PrepareForMigrationAnswer pfma = null;
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue