- Timestamp:
- Mar 11, 2012 2:37:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_subr.c
r39409 r40422 276 276 { 277 277 struct socket *so = tp->t_socket; 278 struct socket *so_next, *so_prev;279 278 280 279 struct tseg_qent *te = NULL; 281 280 LogFlowFunc(("ENTER: tp = %R[tcpcb793]\n", tp)); 282 so_next = so_prev = NULL;283 281 /*XXX: freeing the reassembly queue */ 284 282 while (!LIST_EMPTY(&tp->t_segq))
Note:
See TracChangeset
for help on using the changeset viewer.