Changeset 36173 in vbox for trunk/src/VBox/Storage/VMDK.cpp
- Timestamp:
- Mar 4, 2011 1:36:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r36137 r36173 2452 2452 else 2453 2453 { 2454 rc = RTUuidCreate(&pImage->ParentModificationUuid); 2455 if (RT_FAILURE(rc)) 2456 return rc; 2454 RTUuidClear(&pImage->ParentModificationUuid); 2457 2455 rc = vmdkDescDDBSetUuid(pImage, &pImage->Descriptor, 2458 2456 VMDK_DDB_PARENT_MODIFICATION_UUID,
Note:
See TracChangeset
for help on using the changeset viewer.