VirtualBox

Changeset 36173 in vbox for trunk/src/VBox/Storage/VMDK.cpp


Ignore:
Timestamp:
Mar 4, 2011 1:36:54 PM (14 years ago)
Author:
vboxsync
Message:

Storage/VMDK: fix small and harmless UUID issue when "adopting" an image created by VMware

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VMDK.cpp

    r36137 r36173  
    24522452        else
    24532453        {
    2454             rc = RTUuidCreate(&pImage->ParentModificationUuid);
    2455             if (RT_FAILURE(rc))
    2456                 return rc;
     2454            RTUuidClear(&pImage->ParentModificationUuid);
    24572455            rc = vmdkDescDDBSetUuid(pImage, &pImage->Descriptor,
    24582456                                    VMDK_DDB_PARENT_MODIFICATION_UUID,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette