VirtualBox

Ignore:
Timestamp:
Mar 28, 2009 3:18:32 AM (16 years ago)
Author:
vboxsync
Message:

bootp.c: Unreferenced variable.

File:
1 edited

Legend:

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

    r17436 r18447  
    133133    struct bootp_t *rbp;
    134134    struct sockaddr_in saddr, daddr;
     135#ifndef VBOX_WITH_MULTI_DNS
    135136    struct in_addr dns_addr_dhcp;
     137#endif
    136138    int dhcp_msg_type, val;
    137139    uint8_t *q;
     
    285287#else
    286288# ifdef VBOX_WITH_SLIRP_DNS_PROXY
    287         if (pData->use_dns_proxy) 
     289        if (pData->use_dns_proxy)
    288290        {
    289291            uint32_t addr = htonl(ntohl(special_addr.s_addr) | CTL_DNS);
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