VirtualBox

Changeset 78296 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 25, 2019 3:52:38 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:8612: Fixed error happened during VM creation with default settings. Also changed storage controller name generation according to bus type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r77887 r78296  
    281281
    282282        CHECK_ERROR_BREAK(machine, SaveSettings());
    283         if (fRegister)
    284         {
    285             CHECK_ERROR_BREAK(a->virtualBox, RegisterMachine(machine));
    286         }
    287283        if (fDefault)
    288284        {
     
    291287            CHECK_ERROR_BREAK(machine, SaveSettings());
    292288        }
     289        if (fRegister)
     290        {
     291            CHECK_ERROR_BREAK(a->virtualBox, RegisterMachine(machine));
     292        }
     293
    293294        Bstr uuid;
    294295        CHECK_ERROR_BREAK(machine, COMGETTER(Id)(uuid.asOutParam()));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette