Changeset 56422 in vbox
- Timestamp:
- Jun 15, 2015 9:27:47 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101024
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r56352 r56422 403 403 RTEXITCODE rcExit = readPasswordFile(pszFilename, &passwd); 404 404 if (rcExit == RTEXITCODE_SUCCESS) 405 { 405 406 CHECK_ERROR2I_STMT(virtualBox, SetSettingsSecret(com::Bstr(passwd).raw()), rcExit = RTEXITCODE_FAILURE); 407 } 406 408 407 409 return rcExit; -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp
r56118 r56422 239 239 CHECK_ERROR2I_RET(bwCtrl, GetBandwidthGroup(name.raw(), bwGroup.asOutParam()), RTEXITCODE_FAILURE); 240 240 if (SUCCEEDED(rc)) 241 { 241 242 CHECK_ERROR2I_RET(bwGroup, COMSETTER(MaxBytesPerSec)((LONG64)cMaxBytesPerSec), RTEXITCODE_FAILURE); 243 } 242 244 } 243 245
Note:
See TracChangeset
for help on using the changeset viewer.