Revision 429d0a3d slirp/slirp.c

b/slirp/slirp.c
262 262
		 * in the fragment queue, or there are TCP connections active
263 263
		 */
264 264
		do_slowtimo = ((tcb.so_next != &tcb) ||
265
			       ((struct ipasfrag *)&ipq != (struct ipasfrag *)ipq.next));
265
                (&ipq.ip_link != ipq.ip_link.next));
266 266

  
267 267
		for (so = tcb.so_next; so != &tcb; so = so_next) {
268 268
			so_next = so->so_next;

Also available in: Unified diff