VirtualBox

Changeset 25790 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jan 12, 2010 7:52:31 PM (15 years ago)
Author:
vboxsync
Message:

Devices: -Wshadow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r23918 r25790  
    448448                          cbFrame, cbFrame, INTNETHdrGetFramePtr(pHdr, pBuf)));
    449449#endif
    450                     int rc = pThis->pPort->pfnReceive(pThis->pPort, INTNETHdrGetFramePtr(pHdr, pBuf), cbFrame);
     450                    rc = pThis->pPort->pfnReceive(pThis->pPort, INTNETHdrGetFramePtr(pHdr, pBuf), cbFrame);
    451451                    AssertRC(rc);
    452452
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