- Timestamp:
- Jan 6, 2025 6:46:35 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r106061 r107442 1441 1441 bool fAttachFailError = true; 1442 1442 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 1443 1447 pThis->fAttachFailError = fAttachFailError; 1444 1448
Note:
See TracChangeset
for help on using the changeset viewer.