VirtualBox

儲存庫 vbox 的更動 60179


忽略:
時間撮記:
2016-3-24 上午11:40:09 (9 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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        /*
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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