VirtualBox

Changeset 57277 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Aug 11, 2015 5:20:02 PM (9 years ago)
Author:
vboxsync
Message:

OVF: when exporting the VM settings in the VBox format, use the version of the current VM settings, not the latest version of the VM settings we support

File:
1 edited

Legend:

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

    r56030 r57277  
    18731873
    18741874    // create an empty machine config
    1875     settings::MachineConfigFile *pConfig = new settings::MachineConfigFile(NULL);
     1875    // use the same settings version as the current VM settings file
     1876    settings::MachineConfigFile *pConfig = new settings::MachineConfigFile(&vsdescThis->m->pMachine->i_getSettingsFileFull());
    18761877
    18771878    writeLock.release();
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