Changeset 19899 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- May 22, 2009 5:06:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r19876 r19899 297 297 so->so_m = 0; 298 298 ti = so->so_ti; 299 /* @todo (r -vvl) clarify why it might happens */ 300 if (ti == NULL) 301 { 302 LogRel(("NAT: ti is null. can't do any reseting connection actions\n")); 303 /* mbuf should be cleared in sofree called from tcp_close */ 304 tcp_close(pData, tp); 305 return; 306 } 299 307 tiwin = ti->ti_win; 300 308 tiflags = ti->ti_flags;
Note:
See TracChangeset
for help on using the changeset viewer.