Changeset 1020 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Feb 22, 2007 9:36:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r1 r1020 39 39 BOOTPClient bootp_clients[NB_ADDR]; 40 40 41 const char *bootp_filename; 42 41 43 static const uint8_t rfc1533_cookie[] = { RFC1533_COOKIE }; 42 44 … … 217 219 } 218 220 } 221 222 if (bootp_filename) 223 snprintf((char*)rbp->bp_file, sizeof(rbp->bp_file), "%s", bootp_filename); 224 219 225 #ifdef VBOX 220 226 {
Note:
See TracChangeset
for help on using the changeset viewer.