Changeset 94070 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Mar 3, 2022 11:54:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r93858 r94070 6444 6444 N_("Failed to generate a key pair due to libssh error!")); 6445 6445 } 6446 hrc = startCloudGateway(virtualBox, network, mGateway); H(); 6446 hrc = startCloudGateway(virtualBox, network, mGateway); 6447 if (FAILED(hrc)) 6448 { 6449 return pVMM->pfnVMR3SetError(pUVM, hrc, RT_SRC_POS, 6450 N_("Failed to start cloud gateway instance.\nMake sure you set up " 6451 "cloud networking properly with 'VBoxManage network setup'. " 6452 "Check VBoxSVC.log for details.")); 6453 } 6447 6454 InsertConfigBytes(pDevCfg, "MAC", &mGateway.mCloudMacAddress, sizeof(mGateway.mCloudMacAddress)); 6448 6455 if (!bstr.isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.