Changeset 103435 in vbox for trunk/src/VBox/Storage/VISO.cpp
- Timestamp:
- Feb 19, 2024 12:45:14 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VISO.cpp
r98103 r103435 674 674 if (fDelete) 675 675 { 676 PVDINTERFACECONFIG pImgCfg = VDIfConfigGet(&pThis->pIfIo->Core); 677 676 PVDINTERFACECONFIG pImgCfg = VDIfConfigGet(&pThis->pIfIo->Core); 677 if (pImgCfg) 678 { 678 679 bool fUnattendedInstall = false; 679 680 int vrc = VDCFGQueryBool(pImgCfg, "UnattendedInstall", &fUnattendedInstall); … … 686 687 if (RT_SUCCESS(vrc) && fUnattendedInstall) 687 688 deleteReferences(pThis); 689 } 690 688 691 vdIfIoIntFileDelete(pThis->pIfIo, pThis->pszFilename); 689 692 }
Note:
See TracChangeset
for help on using the changeset viewer.