VirtualBox

Changeset 20296 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jun 5, 2009 1:11:03 AM (16 years ago)
Author:
vboxsync
Message:

NAT/libalias: right shutdown

File:
1 edited

Legend:

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

    r20203 r20296  
    783783#ifdef RT_OS_WINDOWS
    784784    WSACleanup();
     785#endif
     786#ifdef VBOX_WITH_SLIRP_ALIAS
     787    while(!LIST_EMPTY(&instancehead)) {
     788        struct libalias *la = LIST_FIRST(&instancehead);
     789        /* libalias do all clean up */
     790        LibAliasUninit(la);
     791    }
    785792#endif
    786793#ifdef LOG_ENABLED
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