VirtualBox

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


Ignore:
Timestamp:
Jul 16, 2009 8:37:51 AM (16 years ago)
Author:
vboxsync
Message:

NAT: libalias's modules termination

File:
1 edited

Legend:

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

    r21291 r21631  
    657657    slirp_link_down(pData);
    658658    slirp_release_dns_list(pData);
    659 #ifdef RT_OS_WINDOWS
    660     WSACleanup();
    661 #endif
     659    ftp_alias_unload();
     660    nbt_alias_unload();
    662661#ifdef VBOX_WITH_SLIRP_ALIAS
    663662    while(!LIST_EMPTY(&instancehead)) {
     
    666665        LibAliasUninit(la);
    667666    }
     667#endif
     668#ifdef RT_OS_WINDOWS
     669    WSACleanup();
    668670#endif
    669671#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