Changeset 85820 in vbox
- Timestamp:
- Aug 18, 2020 1:23:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r85284 r85820 4294 4294 4295 4295 return S_OK; 4296 } 4297 4298 { 4299 // Allow MediumType_Readonly mediums and DVD in particular to be attached twice. 4300 AutoReadLock arlock(this COMMA_LOCKVAL_SRC_POS); 4301 if (m->type == MediumType_Readonly || m->devType == DeviceType_DVD) 4302 { 4303 BackRef ref(aMachineId, aSnapshotId); 4304 m->backRefs.push_back(ref); 4305 return S_OK; 4306 } 4296 4307 } 4297 4308
Note:
See TracChangeset
for help on using the changeset viewer.