Changeset 36276 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 14, 2011 6:41:06 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70550
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r36275 r36276 1121 1121 /* Just remove the bandwidth group. */ 1122 1122 CHECK_ERROR(nic, COMSETTER(BandwidthGroup)(NULL)); 1123 //CHECK_ERROR(nic, COMSETTER(BandwidthGroup)(bwGroup));1124 //CHECK_ERROR(machine, SetBandwidthGroupForNetworkAdapter(GetOptState.uIndex - 1, NULL));1125 1123 } 1126 1124 else
Note:
See TracChangeset
for help on using the changeset viewer.