VirtualBox

Ignore:
Timestamp:
Feb 22, 2007 9:36:22 AM (18 years ago)
Author:
vboxsync
Message:

slirp: merged bootp filename from recent Qemu

File:
1 edited

Legend:

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

    r1 r1020  
    3939BOOTPClient bootp_clients[NB_ADDR];
    4040
     41const char *bootp_filename;
     42
    4143static const uint8_t rfc1533_cookie[] = { RFC1533_COOKIE };
    4244
     
    217219        }
    218220    }
     221
     222    if (bootp_filename)
     223        snprintf((char*)rbp->bp_file, sizeof(rbp->bp_file), "%s", bootp_filename);
     224
    219225#ifdef VBOX
    220226    {
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