VirtualBox

Changeset 22019 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 6, 2009 9:46:28 AM (15 years ago)
Author:
vboxsync
Message:

NAT Dhcp: fixed inverted comparison

File:
1 edited

Legend:

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

    r21003 r22019  
    279279        *q++ = RFC2132_MSG_TYPE;
    280280        *q++ = 1;
    281         if (   requested_ip.s_addr != 0xffffffff
     281        if (   requested_ip.s_addr == 0xffffffff
    282282            && requested_ip.s_addr != daddr.sin_addr.s_addr)
    283283        {
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