Changeset 69693 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 14, 2017 4:30:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r69681 r69693 287 287 break; 288 288 289 290 291 292 293 294 295 296 297 289 case 'w': // --passwordFile 290 { 291 Utf8Str utf8Password; 292 RTEXITCODE rcExit = readPasswordFile(ValueUnion.psz, &utf8Password); 293 if (rcExit != RTEXITCODE_SUCCESS) 294 rc = E_FAIL; 295 bstrPassword = utf8Password; 296 break; 297 } 298 298 case 'N': // --initiator 299 299 bstrInitiator = ValueUnion.psz;
Note:
See TracChangeset
for help on using the changeset viewer.