Changeset 88040 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Mar 9, 2021 12:32:14 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r88039 r88040 1646 1646 if (!RTStrICmp(ValueUnion.psz, "none")) 1647 1647 { 1648 if ( !!fEnabled)1648 if (RT_BOOL(fEnabled)) 1649 1649 CHECK_ERROR(nic, COMSETTER(Enabled)(FALSE)); 1650 1650 }
Note:
See TracChangeset
for help on using the changeset viewer.