VirtualBox

Changeset 35667 in vbox


Ignore:
Timestamp:
Jan 21, 2011 12:31:01 PM (14 years ago)
Author:
vboxsync
Message:

dhcp/win: more cleaner way of fixing launch issue for NetFlt/Adp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r35661 r35667  
    37163716                ComPtr<INetCfgComponent> pAdaptorComponent;
    37173717                LPWSTR                pszApp;
    3718                 int rc = VERR_INTNET_FLT_IF_NOT_FOUND;
    37193718
    37203719                hrc = VBoxNetCfgWinQueryINetCfg(FALSE /*fGetWriteLock*/,
     
    37843783                }
    37853784
    3786                 rc = VINF_SUCCESS;
    37873785                const char *pszTrunk = szTrunkName;
    37883786                /* we're not releasing the INetCfg stuff here since we use it later to figure out whether it is wireless */
     
    40994097                ComPtr<INetCfgComponent> pAdaptorComponent;
    41004098                LPWSTR pszApp;
    4101                 rc = VERR_INTNET_FLT_IF_NOT_FOUND;
    41024099
    41034100                hrc = VBoxNetCfgWinQueryINetCfg(FALSE,
     
    41804177                trunkName   = Bstr(pszTrunk);
    41814178                trunkType   = TRUNKTYPE_NETADP;
    4182                 rc = VINF_SUCCESS;
    41834179# endif /* defined VBOX_WITH_NETFLT*/
    41844180#elif defined(RT_OS_DARWIN)
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