Changeset 49747 in vbox
- Timestamp:
- Dec 3, 2013 2:30:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r49742 r49747 2418 2418 } 2419 2419 /* Next we have to upload the OVF & all disk images */ 2420 vrc = RTS3Create(&hS3, pTask->locInfo.strUsername.c_str(), pTask->locInfo.strPassword.c_str(), pTask->locInfo.strHostname.c_str(), "virtualbox-agent/" VBOX_VERSION_STRING);2420 vrc = RTS3Create(&hS3, pTask->locInfo.strUsername.c_str(), pTask->locInfo.strPassword.c_str(), pTask->locInfo.strHostname.c_str(), "virtualbox-agent/" VBOX_VERSION_STRING); 2421 2421 if (RT_FAILURE(vrc)) 2422 2422 throw setError(VBOX_E_IPRT_ERROR,
Note:
See TracChangeset
for help on using the changeset viewer.