VirtualBox

Changeset 41856 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 21, 2012 6:00:24 AM (12 years ago)
Author:
vboxsync
Message:

NAT: typo.

File:
1 edited

Legend:

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

    r41855 r41856  
    295295
    296296    if (   sosendto(pData, so, m) == -1
    297         && (   soIgnorableErrorCode(errno)
     297        && (   !soIgnorableErrorCode(errno)
    298298            && errno != ENOTCONN))
    299299    {
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