Changeset 55268 in vbox for trunk/src/VBox
- Timestamp:
- Apr 15, 2015 7:57:12 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r55182 r55268 1219 1219 RTEXITCODE rcExit = readPasswordFromConsole(&strPassword, "Password ID %s:", Utf8Str(bstrId).c_str()); 1220 1220 if (rcExit == RTEXITCODE_FAILURE) 1221 { 1222 RTStrFree(pszAbsFilePath); 1221 1223 return rcExit; 1224 } 1222 1225 1223 1226 bstrPassword = strPassword;
Note:
See TracChangeset
for help on using the changeset viewer.