Changeset 91469 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 29, 2021 6:48:47 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r91131 r91469 1581 1581 1582 1582 /* 1583 * Options. We work directly on an IUnattended insta ce while parsing1583 * Options. We work directly on an IUnattended instance while parsing 1584 1584 * the options. This saves a lot of extra clutter. 1585 1585 */ … … 1849 1849 { 1850 1850 CHECK_ERROR2_RET(hrc, ptrUnattended, ConstructMedia(), RTEXITCODE_FAILURE); 1851 CHECK_ERROR2_RET(hrc, ptrUnattended, ReconfigureVM(), RTEXITCODE_FAILURE);1851 CHECK_ERROR2_RET(hrc, ptrUnattended, ReconfigureVM(), RTEXITCODE_FAILURE); 1852 1852 } 1853 1853
Note:
See TracChangeset
for help on using the changeset viewer.