Changeset 93585 in vbox for trunk/src/VBox
- Timestamp:
- Feb 3, 2022 2:51:59 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r93584 r93585 354 354 355 355 RTVfsRelease(hVfsIso); 356 if (hrc != S_FALSE) /** @todo Finish the linux and windows detection code. Only OS/2 returns S_OK right now. */356 if (hrc == S_FALSE) /** @todo Finish the linux and windows detection code. Only OS/2 returns S_OK right now. */ 357 357 hrc = E_NOTIMPL; 358 358 }
Note:
See TracChangeset
for help on using the changeset viewer.