VirtualBox

Changeset 16896 in vbox for trunk


Ignore:
Timestamp:
Feb 18, 2009 12:13:23 PM (16 years ago)
Author:
vboxsync
Message:

NAT: accidentaly have broken old synchronization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r16822 r16896  
    331331    int cChangedFDs = select(nFDs + 1, &ReadFDs, &WriteFDs, &XcptFDs, &tv);
    332332    if (cChangedFDs >= 0)
    333         slirp_select_poll(pThis->pNATState, &ReadFDs, &WriteFDs, &XcptFDs);
     333        slirp_select_poll(pThis->pNATState, &nFDs, &ReadFDs, &WriteFDs, &XcptFDs);
    334334
    335335    RTCritSectLeave(&pThis->CritSect);
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