Changeset 24344 in vbox
- Timestamp:
- Nov 4, 2009 4:34:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r24342 r24344 5176 5176 { 5177 5177 ComObjPtr<Medium> hd = (*it)->medium(); 5178 if (hd.isNull() || (*it)->type() != DeviceType_HardDisk)5178 if (hd.isNull()) 5179 5179 continue; 5180 5180 HRESULT rc = hd->detachFrom(mData->mUuid, snapshotId());
Note:
See TracChangeset
for help on using the changeset viewer.