VirtualBox

Changeset 36095 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Feb 28, 2011 10:33:40 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70243
Message:

Main/Settings: correctly bump from v1.10 to v1.11 if a network bandwith is set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r36082 r36095  
    44984498        if (hardwareMachine.pciAttachments.size())
    44994499            m->sv = SettingsVersion_v1_12;
    4500 
     4500    }
     4501   
     4502    if (m->sv < SettingsVersion_v1_12)
     4503    {
    45014504        // VirtualBox 4.1 adds a promiscuous mode policy to the network adapters.
    45024505        NetworkAdaptersList::const_iterator netit;
     
    47224725
    47234726    // VirtualBox 3.2 adds NAT and boot priority to the NIC config in Main
    4724     if (m->sv < SettingsVersion_v1_10)
     4727    if (m->sv < SettingsVersion_v1_11)
    47254728    {
    47264729        NetworkAdaptersList::const_iterator netit;
Note: See TracChangeset for help on using the changeset viewer.

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