- Timestamp:
- Jan 16, 2014 9:42:33 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp
r49621 r50085 108 108 109 109 Bstr name(a->argv[2]); 110 if (name.isEmpty()) 111 { 112 errorArgument("Bandwidth group name must not be empty!\n"); 113 return RTEXITCODE_FAILURE; 114 } 115 110 116 const char *pszType = NULL; 111 117 int64_t cMaxBytesPerSec = INT64_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.