Changes between Initial Version and Version 1 of Ticket #7384
- Timestamp:
- Sep 22, 2010 12:01:42 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7384 – Description
initial v1 9 9 10 10 ./src/VBox/Devices/Network/slirp/bootp.c: 11 {{{ 11 12 248 /*DHCP Offer specific*/ 12 13 249 if ( tftp_prefix … … 15 16 252 RTStrPrintf((char*)rbp->bp_file, sizeof(rbp->bp_file), "%s", bootp_filename); 16 17 253 17 18 }}} 18 19 Please, if tftp_server is defined, ignore tftp_prefix.