VirtualBox

Changeset 48238 in vbox for trunk


Ignore:
Timestamp:
Sep 3, 2013 1:44:21 AM (11 years ago)
Author:
vboxsync
Message:

pxtcp_pmgr_connect: delete forgotten old code for handling POLLNVAL,
the new, right one is just below.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/pxtcp.c

    r48001 r48238  
    10771077    LWIP_ASSERT1(handler == &pxtcp->pmhdl);
    10781078    LWIP_ASSERT1(fd == pxtcp->sock);
    1079 
    1080     if (revents & POLLNVAL) {
    1081         pxtcp->sock = INVALID_SOCKET;
    1082         return pxtcp_schedule_reset(pxtcp);
    1083     }
    10841079
    10851080    if (revents & (POLLNVAL | POLLHUP | POLLERR)) {
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