Changeset 19722 in vbox
- Timestamp:
- May 15, 2009 9:19:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r19313 r19722 291 291 so = inso; 292 292 Log4(("NAT: tcp_input: %R[natsock]\n", so)); 293 Assert(so->so_m);294 293 /* Re-set a few variables */ 295 294 tp = sototcpcb(so); … … 297 296 #ifdef VBOX_WITH_NAT_SERVICE 298 297 { 298 Assert(m); 299 299 struct ethhdr *eh = (struct ethhdr *)m->m_dat; 300 300 memcpy(so->so_ethaddr, eh->h_source, ETH_ALEN);
Note:
See TracChangeset
for help on using the changeset viewer.