VirtualBox

Changeset 26713 in vbox


Ignore:
Timestamp:
Feb 23, 2010 2:44:29 PM (15 years ago)
Author:
vboxsync
Message:

Settings: do properly read the NAT network name (line "192.168/24"), public ticket #6176

File:
1 edited

Legend:

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

    r26680 r26713  
    17951795        {
    17961796            nic.mode = NetworkAttachmentType_NAT;
    1797             pelmAdapterChild->getAttributeValue("name", nic.strName);    // optional network name
     1797            pelmAdapterChild->getAttributeValue("network", nic.strName);    // optional network name
    17981798        }
    17991799        else if (    ((pelmAdapterChild = pelmAdapter->findChildElement("HostInterface")))
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