VirtualBox

Changeset 42957 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 23, 2012 6:07:53 PM (12 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: fix complete breakage of registering VMs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r42930 r42957  
    16371637    {
    16381638        /* initialize the machine object */
    1639         rc = machine->init(this,
    1640                            aSettingsFile,
    1641                            NULL);       /* const Guid *aId */
     1639        rc = machine->initFromSettings(this,
     1640                                       aSettingsFile,
     1641                                       NULL);       /* const Guid *aId */
    16421642        if (SUCCEEDED(rc))
    16431643        {
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