VirtualBox

Changeset 16450 in vbox for trunk


Ignore:
Timestamp:
Feb 2, 2009 6:31:20 AM (16 years ago)
Author:
vboxsync
Message:

NAT:MT: workaround the lack of unlock call. should be fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/tcp_input.c

    r16449 r16450  
    16551655    m_free(pData, m);
    16561656
     1657#ifdef VBOX_WITH_SLIRP_MT
     1658    if (RTCritSectIsOwned(&so->so_mutex))
     1659    {
     1660        SOCKET_UNLOCK(so);
     1661    }
     1662#endif
     1663
    16571664    return;
    16581665}
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