VirtualBox

Changeset 60179 in vbox


Ignore:
Timestamp:
Mar 24, 2016 11:40:09 AM (9 years ago)
Author:
vboxsync
Message:

Storage/DrvVD: Don't fail opening the image if getting the UUID fails (iSCSI, Raw and the Parallels backend don't support them)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r59627 r60179  
    51015101        if (   RTUuidIsNull(&pThis->Uuid)
    51025102            && pThis->enmType == PDMMEDIATYPE_HARD_DISK)
    5103             rc = VDGetUuid(pThis->pDisk, 0, &pThis->Uuid);
     5103            VDGetUuid(pThis->pDisk, 0, &pThis->Uuid);
    51045104
    51055105        /*
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