Changeset 8475
- Timestamp:
- 04/29/08 17:55:23 (9 months ago)
- Files:
-
- trunk/src/VBox/Main/HostImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Main/HostImpl.cpp
r8471 r8475 482 482 if ( !strcmp(szNetCfgInstanceId, guid) 483 483 && !strcmp(szNetProductName, "VirtualBox TAP Adapter") 484 && !strcmp(szNetProviderName, "innotek GmbH"))484 && (!strcmp(szNetProviderName, "innotek GmbH") || !strcmp(szNetProviderName, "Sun Microsystems, Inc."))) 485 485 { 486 486 ret = true;

