Changeset 93377 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 20, 2022 6:35:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r93365 r93377 392 392 if (hrc == S_FALSE && enmOsType == VBOXOSTYPE_Unknown) 393 393 hrc = i_innerDetectIsoOSOs2(hVfsIso, &uBuf, &enmOsType); 394 if (enmOsType != VBOXOSTYPE_Unknown) 395 { 396 try { mStrDetectedOSTypeId = Global::OSTypeId(enmOsType); } 397 catch (std::bad_alloc &) { hrc = E_OUTOFMEMORY; } 398 } 394 try { mStrDetectedOSTypeId = Global::OSTypeId(enmOsType); } 395 catch (std::bad_alloc &) { hrc = E_OUTOFMEMORY; } 399 396 return hrc; 400 397 }
Note:
See TracChangeset
for help on using the changeset viewer.