Changeset 20296 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jun 5, 2009 1:11:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r20203 r20296 783 783 #ifdef RT_OS_WINDOWS 784 784 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 } 785 792 #endif 786 793 #ifdef LOG_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.