VirtualBox

Changeset 31131 in vbox


Ignore:
Timestamp:
Jul 27, 2010 7:43:45 AM (14 years ago)
Author:
vboxsync
Message:

Main: properly store the NAT network in XML settings >= 1.10

File:
1 edited

Legend:

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

    r31073 r31131  
    36113611            pelmNAT = elmParent.createChild("NAT");
    36123612
     3613            if (nic.nat.strNetwork.length())
     3614                pelmNAT->setAttribute("network", nic.nat.strNetwork);
    36133615            if (nic.nat.strBindIP.length())
    36143616                pelmNAT->setAttribute("hostip", nic.nat.strBindIP);
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