VirtualBox

Changeset 46426 in vbox for trunk/src


Ignore:
Timestamp:
Jun 7, 2013 6:24:53 AM (12 years ago)
Author:
vboxsync
Message:

iSCSI/new-LWIP:missed end hook.

File:
1 edited

Legend:

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

    r46425 r46426  
    589589        netif_set_down(&pThis->IntNetIF);
    590590        netif_remove(&pThis->IntNetIF);
     591#ifndef VBOX_WITH_NEW_LWIP
    591592        tcpip_terminate();
    592 #ifndef VBOX_WITH_NEW_LWIP
    593593        lwip_sys_sem_wait(pThis->LWIPTcpInitSem);
    594594        lwip_sys_sem_free(pThis->LWIPTcpInitSem);
    595595#else
    596         lwip_sys_sem_wait(&pThis->LWIPTcpInitSem, 0);
    597         lwip_sys_sem_free(&pThis->LWIPTcpInitSem);
     596        vboxLwipCoreFinalize();
    598597#endif
    599598    }
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