VirtualBox

Ignore:
Timestamp:
Jul 29, 2016 10:12:45 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109293
Message:

HostDrivers: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltP-win.cpp

    r62709 r62719  
    14901490        {
    14911491            NDIS_DEVICE_POWER_STATE enmPowerState = *((PNDIS_DEVICE_POWER_STATE)pNetPnPEvent->Buffer);
    1492             return vboxNetFltWinPtPnPSetPower(pNetFlt, enmPowerState);
    1493         }
     1492            NDIS_STATUS rcNdis = vboxNetFltWinPtPnPSetPower(pNetFlt, enmPowerState);
     1493            LogFlowFunc(("LEAVE: pNetFlt (0x%p), NetEvent (%d), rcNdis=%#x\n", pNetFlt, pNetPnPEvent->NetEvent, rcNdis));
     1494            return rcNdis;
     1495        }
     1496
    14941497        case NetEventReconfigure:
    14951498        {
     
    14991502            }
    15001503        }
     1504        /** @todo r=bird: Is the fall thru intentional?? */
    15011505        default:
     1506            LogFlowFunc(("LEAVE: pNetFlt (0x%p), NetEvent (%d)\n", pNetFlt, pNetPnPEvent->NetEvent));
    15021507            return NDIS_STATUS_SUCCESS;
    15031508    }
    15041509
    1505     LogFlowFunc(("LEAVE: pNetFlt (0x%p), NetEvent (%d)\n", pNetFlt, pNetPnPEvent->NetEvent));
    15061510}
    15071511
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