VirtualBox

Ignore:
Timestamp:
Dec 14, 2009 2:11:36 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55971
Message:

NAT: another close() => closesocket but this time in dead code

File:
1 edited

Legend:

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

    r25356 r25364  
    28882888    ClearAllFWHoles(la);
    28892889    if (la->fireWallFD >= 0)
     2890#ifdef VBOX /* this code is currently dead but anyway ... */
     2891        closesocket(la->fireWallFD);
     2892#else
    28902893        close(la->fireWallFD);
     2894#endif
    28912895    la->fireWallFD = -1;
    28922896    if (la->fireWallField)
Note: See TracChangeset for help on using the changeset viewer.

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