VirtualBox

Changeset 22225 in vbox


Ignore:
Timestamp:
Aug 13, 2009 9:13:25 AM (15 years ago)
Author:
vboxsync
Message:

NAT: typo

File:
1 edited

Legend:

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

    r22182 r22225  
    359359    int off;
    360360    uint8_t *opt;
    361     uint8_t *req_ip;
    362     uint8_t *server_ip;
     361    uint8_t *req_ip = NULL;
     362    uint8_t *server_ip = NULL;
    363363    uint32_t ui32;
    364364    enum DHCP_REQUEST_STATES dhcp_stat = NONE;
     
    431431            }
    432432        }
     433        break;
    433434        case INIT_REBOOT:
    434435            Assert(server_ip == NULL);
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