VirtualBox

Changeset 32226 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 3, 2010 6:35:13 AM (14 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

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

    r32139 r32226  
    283283        PCPDMNETWORKGSO pGso    = (PCPDMNETWORKGSO)pSgBuf->pvUser;
    284284        uint32_t const  cSegs   = PDMNetGsoCalcSegmentCount(pGso, pSgBuf->cbUsed);  Assert(cSegs > 1);
     285        rc = VINF_SUCCESS;
    285286        for (size_t iSeg = 0; iSeg < cSegs; iSeg++)
    286287        {
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