VirtualBox

Changeset 8475

Show
Ignore:
Timestamp:
04/29/08 17:55:23 (9 months ago)
Author:
vboxsync
Message:

Windows TAP devices: Fix for hardcoded provider name string when reloading the GUI.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/HostImpl.cpp

    r8471 r8475  
    482482                if (   !strcmp(szNetCfgInstanceId, guid) 
    483483                    && !strcmp(szNetProductName, "VirtualBox TAP Adapter") 
    484                     && !strcmp(szNetProviderName, "innotek GmbH")) 
     484                    && (!strcmp(szNetProviderName, "innotek GmbH") || !strcmp(szNetProviderName, "Sun Microsystems, Inc."))) 
    485485                { 
    486486                    ret = true; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy