Changeset 19681 in vbox
- Timestamp:
- May 14, 2009 10:02:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r19519 r19681 1539 1539 } 1540 1540 #ifdef VBOX_WITH_E1000 1541 else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive) || 1542 !ea.strAdapterType.compare("E10000", Utf8Str::CaseInsensitive)) // VMWare accidentally write this with VirtualCenter 3.5 1541 /* VMWare accidentally write this with VirtualCenter 3.5, 1542 so make sure in this case always to use the VMWare one */ 1543 else if (!ea.strAdapterType.compare("E10000", Utf8Str::CaseInsensitive)) 1544 nwAdapterVBox = NetworkAdapterType_I82545EM; 1545 else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive)) 1543 1546 { 1544 1547 /* Check if this OVF was written by VirtualBox */
Note:
See TracChangeset
for help on using the changeset viewer.