Changeset 18816 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 12:37:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18799 r18816 1527 1527 } 1528 1528 #ifdef VBOX_WITH_E1000 1529 else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive)) 1529 else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive) || 1530 !ea.strAdapterType.compare("E10000", Utf8Str::CaseInsensitive)) // VMWare accidentally write this with VirtualCenter 3.5 1530 1531 { 1531 1532 /* If the default adapter is already one of the three
Note:
See TracChangeset
for help on using the changeset viewer.