Changeset 60808 in vbox
- Timestamp:
- May 3, 2016 6:26:59 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107013
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp
r60247 r60808 1245 1245 else mData->mAdapterType = defaultType; 1246 1246 1247 /* Enable and connectthe first one adapter to the NAT */1247 /* Enable the first one adapter to the NAT */ 1248 1248 if (mData->mSlot == 0) 1249 1249 { 1250 1250 mData->mEnabled = true; 1251 1251 mData->mAttachmentType = NetworkAttachmentType_NAT; 1252 mData->mCableConnected = true;1253 }1252 } 1253 mData->mCableConnected = true; 1254 1254 } 1255 1255
Note:
See TracChangeset
for help on using the changeset viewer.