VirtualBox

Changeset 83581 in vbox for trunk/src


Ignore:
Timestamp:
Apr 6, 2020 1:30:22 AM (5 years ago)
Author:
vboxsync
Message:

NAT: bugref:9703 - 90s called, fix declaration after code in previous.

File:
1 edited

Legend:

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

    r83580 r83581  
    388388static int dhcp_send_ack(PNATState pData, struct bootp_t *bp, BOOTPClient *bc, struct mbuf *m, int fDhcpRequest)
    389389{
     390    int offReply = 0; /* boot_reply will fill general options and add END before sending response */
     391
    390392    AssertReturn(bc != NULL, -1);
    391 
    392     int offReply = 0; /* boot_reply will fill general options and add END before sending response */
    393393
    394394    dhcp_create_msg(pData, bp, m, DHCPACK);
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