VirtualBox

Changeset 107442 in vbox for trunk/src


Ignore:
Timestamp:
Jan 6, 2025 6:46:35 PM (13 days ago)
Author:
vboxsync
Message:

Devices/Storage/DrvHostBase.cpp: Add missing harmless error check in constructor, bugref:3409

File:
1 edited

Legend:

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

    r106061 r107442  
    14411441    bool fAttachFailError = true;
    14421442    rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "AttachFailError", &fAttachFailError, true);
     1443    if (RT_FAILURE(rc))
     1444        return PDMDRV_SET_ERROR(pDrvIns, rc,
     1445                                N_("DrvHostBase: Configuration error: Querying \"AttachFailError\" as boolean failed"));
     1446
    14431447    pThis->fAttachFailError = fAttachFailError;
    14441448
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