VirtualBox

儲存庫 vbox 的更動 16450


忽略:
時間撮記:
2009-2-2 上午06:31:20 (16 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette