VirtualBox

Ignore:
Timestamp:
Sep 1, 2009 2:31:41 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51772
Message:

NAT: warnings.

File:
1 edited

Legend:

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

    r22664 r22671  
    515515    link_up = 1;
    516516
    517     bootp_dhcp_init(pData);
     517    rc = bootp_dhcp_init(pData);
     518    if (rc != 0)
     519    {
     520        LogRel(("NAT: DHCP server initialization was falled\n"))
     521        return VINF_NAT_DNS;
     522    }
    518523    debug_init();
    519524    if_init(pData);
     
    15361541static uint32_t find_guest_ip(PNATState pData, const uint8_t *eth_addr)
    15371542{
    1538     int i;
    15391543    uint32_t ip = INADDR_ANY;
    15401544    if (eth_addr == 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