Changeset 107839 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jan 17, 2025 10:33:29 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 167030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
r107838 r107839 411 411 HOSTONLYNETOPT options; 412 412 RTEXITCODE const rcExitcode = createUpdateHostOnlyNetworkParse(a, options); 413 AssertR CReturn(rcExitcode, rcExitcode);413 AssertReturn(rcExitcode == RTEXITCODE_SUCCESS, rcExitcode); 414 414 415 415 ComPtr<IVirtualBox> pVirtualBox = a->virtualBox; … … 436 436 HOSTONLYNETOPT options; 437 437 RTEXITCODE const rcExitcode = createUpdateHostOnlyNetworkParse(a, options); 438 AssertR CReturn(rcExitcode, rcExitcode);438 AssertReturn(rcExitcode == RTEXITCODE_SUCCESS, rcExitcode); 439 439 440 440 ComPtr<IVirtualBox> pVirtualBox = a->virtualBox;
Note:
See TracChangeset
for help on using the changeset viewer.