Changeset 17439 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Mar 6, 2009 4:44:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r17436 r17439 1663 1663 void slirp_set_dhcp_TFTP_prefix(PNATState pData, const char *tftpPrefix) 1664 1664 { 1665 Log2(("tftp_prefix:%s\n", tftp _prefix));1665 Log2(("tftp_prefix:%s\n", tftpPrefix)); 1666 1666 tftp_prefix = tftpPrefix; 1667 1667 }
Note:
See TracChangeset
for help on using the changeset viewer.