Changeset 84643 in vbox
- Timestamp:
- Jun 2, 2020 2:10:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r84640 r84643 2128 2128 2129 2129 Bstr strGatewayVM = "lgw"; 2130 Bstr strUser = "vbox"; /* @todo Remove?! */2131 Bstr strPassword = "vbox"; /* @todo Remove?! */2130 Bstr strUser = "vbox"; 2131 Bstr strPassword = "vbox"; 2132 2132 2133 2133 Bstr strInstallerScript; … … 2419 2419 2420 2420 #if 0 2421 /* @todo Unregistering the temporary VM makes the image mutable again. Find out the way around it! */2421 /** @todo Unregistering the temporary VM makes the image mutable again. Find out the way around it! */ 2422 2422 RTPrintf("Unregistering temporary local gateway machine...\n"); 2423 2423 SafeIfaceArray<IMedium> media;
Note:
See TracChangeset
for help on using the changeset viewer.