Changeset 32747 in vbox for trunk/src/VBox
- Timestamp:
- Sep 24, 2010 8:16:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r30920 r32747 247 247 248 248 /*DHCP Offer specific*/ 249 if ( tftp_prefix 250 && RTDirExists(tftp_prefix) 251 && bootp_filename) 249 /* 250 * we're care in built-in tftp server about existence/validness of the boot file. 251 */ 252 if (bootp_filename) 252 253 RTStrPrintf((char*)rbp->bp_file, sizeof(rbp->bp_file), "%s", bootp_filename); 253 254
Note:
See TracChangeset
for help on using the changeset viewer.