VirtualBox

Changeset 60808 in vbox


Ignore:
Timestamp:
May 3, 2016 6:26:59 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107013
Message:

Main/NetworkAdapter: connect the cable to all network adapers in the default config

File:
1 edited

Legend:

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

    r60247 r60808  
    12451245    else mData->mAdapterType = defaultType;
    12461246
    1247     /* Enable and connect the first one adapter to the NAT */
     1247    /* Enable the first one adapter to the NAT */
    12481248    if (mData->mSlot == 0)
    12491249    {
    12501250        mData->mEnabled = true;
    12511251        mData->mAttachmentType = NetworkAttachmentType_NAT;
    1252         mData->mCableConnected = true;
    1253     }
     1252    }
     1253    mData->mCableConnected = true;
    12541254}
    12551255
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