VirtualBox

Changeset 8475 in vbox for trunk/src


Ignore:
Timestamp:
Apr 29, 2008 3:55:23 PM (17 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette