VirtualBox

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


Ignore:
Timestamp:
Feb 28, 2013 7:23:59 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84035
Message:

Main/xml/Settings.cpp: fix copy/paste bug which lost the inactive internal network configuration

File:
1 edited

Legend:

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

    r44191 r44873  
    5555
    5656/*
    57  * Copyright (C) 2007-2012 Oracle Corporation
     57 * Copyright (C) 2007-2013 Oracle Corporation
    5858 *
    5959 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    40004000                buildNetworkXML(NetworkAttachmentType_Bridged, *pelmDisabledNode, false, nic);
    40014001            if (nic.mode != NetworkAttachmentType_Internal)
    4002                 buildNetworkXML(NetworkAttachmentType_HostOnly, *pelmDisabledNode, false, nic);
     4002                buildNetworkXML(NetworkAttachmentType_Internal, *pelmDisabledNode, false, nic);
    40034003            if (nic.mode != NetworkAttachmentType_HostOnly)
    40044004                buildNetworkXML(NetworkAttachmentType_HostOnly, *pelmDisabledNode, false, nic);
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