Changeset 19851 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 20, 2009 10:14:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r19839 r19851 245 245 246 246 /* Address/port of the DHCP server. */ 247 #ifndef VBOX_WITH OUT_SLIRP_CLIENT_ETHER247 #ifndef VBOX_WITH_NAT_SERVICE 248 248 saddr.sin_addr.s_addr = htonl(ntohl(special_addr.s_addr) | CTL_ALIAS); 249 249 #else
Note:
See TracChangeset
for help on using the changeset viewer.