VirtualBox

Ignore:
Timestamp:
Jul 22, 2016 6:00:27 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109022
Message:

HostDrivers: scm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp

    r60639 r62466  
    31623162
    31633163        /*
    3164         *   Set default metric value of interface to fix multicast issue 
     3164        *   Set default metric value of interface to fix multicast issue
    31653165        *   See @bugref{6379} for details.
    31663166        */
     
    33863386    if (pIpHlpInstance == NULL)
    33873387        return E_FAIL;
    3388    
    3389     g_pfnInitializeIpInterfaceEntry = 
     3388
     3389    g_pfnInitializeIpInterfaceEntry =
    33903390        (PFNINITIALIZEIPINTERFACEENTRY)GetProcAddress(pIpHlpInstance, "InitializeIpInterfaceEntry");
    33913391    Assert(g_pfnInitializeIpInterfaceEntry);
     
    33933393    if (g_pfnInitializeIpInterfaceEntry)
    33943394    {
    3395         g_pfnGetIpInterfaceEntry = 
     3395        g_pfnGetIpInterfaceEntry =
    33963396            (PFNGETIPINTERFACEENTRY)GetProcAddress(pIpHlpInstance, "GetIpInterfaceEntry");
    33973397        Assert(g_pfnGetIpInterfaceEntry);
     
    34003400    if (g_pfnGetIpInterfaceEntry)
    34013401    {
    3402         g_pfnSetIpInterfaceEntry = 
     3402        g_pfnSetIpInterfaceEntry =
    34033403            (PFNSETIPINTERFACEENTRY)GetProcAddress(pIpHlpInstance, "SetIpInterfaceEntry");
    34043404        Assert(g_pfnSetIpInterfaceEntry);
     
    34703470    if (pLUID == NULL)
    34713471        return E_INVALIDARG;
    3472    
     3472
    34733473    res = RegQueryValueExW(hKey, L"NetLuidIndex", NULL,
    34743474        &dwValueType, (LPBYTE)&luidIndex, &cbSize);
     
    34973497    NET_LUID luid;
    34983498    int loopbackMetric;
    3499    
     3499
    35003500    rc = vboxLoadIpHelpFunctions(hModule);
    35013501
     
    35283528    {
    35293529        SP_DEVINFO_DATA DevInfoData;
    3530                
     3530
    35313531        DevInfoData.cbSize = sizeof(SP_DEVINFO_DATA);
    35323532        if (SetupDiOpenDeviceInfo(hDevInfo, pwszId, NULL, 0, &DevInfoData))
Note: See TracChangeset for help on using the changeset viewer.

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