Adding missing modified file

This commit is contained in:
amoghvk 2014-07-14 17:42:27 -07:00
parent 3d8dd1c921
commit 33d6bc278f
1 changed files with 0 additions and 1 deletions

View File

@ -353,7 +353,6 @@ public class DefaultVMSnapshotStrategy extends ManagerBase implements VMSnapshot
RevertToVMSnapshotCommand revertToSnapshotCommand = new RevertToVMSnapshotCommand(vmInstanceName, vmSnapshotTO, volumeTOs, guestOS.getDisplayName());
HostVO host = hostDao.findById(hostId);
GuestOSHypervisorVO guestOsMapping = guestOsHypervisorDao.findByOsIdAndHypervisor(guestOS.getId(), host.getHypervisorType().toString(), host.getHypervisorVersion());
RevertToVMSnapshotCommand revertToSnapshotCommand = new RevertToVMSnapshotCommand(vmInstanceName, vmSnapshotTO, volumeTOs, guestOS.getDisplayName());
if (guestOsMapping == null) {
revertToSnapshotCommand.setPlatformEmulator(null);
} else {