- Timestamp:
- May 21, 2009 7:57:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r19839 r19876 776 776 * succeeded or not. So we must time it out. 777 777 */ 778 #ifdef VBOX_WITH_NAT_SERVICE779 Assert(m);780 {781 struct ethhdr *eh0;782 eh0 = (struct ethhdr *)m->m_dat;783 }784 #endif785 778 so->so_m = m; 786 779 so->so_ti = ti;
Note:
See TracChangeset
for help on using the changeset viewer.