VirtualBox

Changeset 29461 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 14, 2010 11:10:33 AM (15 years ago)
Author:
vboxsync
Message:

Devices/Network/VDE: applied "[vbox-dev] [PATCH] VirtualBox. vde_close was missing..." (07/05/2010, Renzo Davoli)

File:
1 edited

Legend:

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

    r29122 r29461  
    231231        PCPDMNETWORKGSO pGso    = (PCPDMNETWORKGSO)pSgBuf->pvUser;
    232232        uint32_t const  cSegs   = PDMNetGsoCalcSegmentCount(pGso, pSgBuf->cbUsed);  Assert(cSegs > 1);
     233        rc = 0;
    233234        for (size_t iSeg = 0; iSeg < cSegs; iSeg++)
    234235        {
     
    498499        RTCritSectDelete(&pThis->XmitLock);
    499500
     501    vde_close(pThis->vdeconn);
    500502#ifdef VBOX_WITH_STATISTICS
    501503    /*
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