- Timestamp:
- Jun 5, 2007 8:41:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r3039 r3043 3971 3971 break; 3972 3972 3973 vrc = VDOpen (hdd, filePath, VD_OPEN_FLAGS_READONLY); 3973 /// @todo changed from VD_OPEN_FLAGS_READONLY to VD_OPEN_FLAGS_NORMAL, 3974 /// because otherwise registering a VMDK which so far has no UUID will 3975 /// yield a null UUID. It cannot be added to a VMDK opened readonly, 3976 /// obviously. This of course changes locking behavior, but for now 3977 /// this is acceptable. A better solution needs to be found later. 3978 vrc = VDOpen (hdd, filePath, VD_OPEN_FLAGS_NORMAL); 3974 3979 if (VBOX_FAILURE (vrc)) 3975 3980 break;
Note:
See TracChangeset
for help on using the changeset viewer.