Date: Thu, 13 Sep 2001 09:58:15 -0500 (CDT) From: mark tinguely <tinguely@web.cs.ndsu.nodak.edu> To: freebsd-net@freebsd.org Subject: tcp_usr_connect Message-ID: <200109131458.f8DEwFY12462@web.cs.ndsu.nodak.edu>
next in thread | raw e-mail | index | archive | help
in tcp_usr_connect() and tcp6_usr_connect() in sys/netinet/tcp_usrreq.c in both FreeBSD 4.3 and -current is there a missing tp = intotcpcb(inp); call? It seems from my eyes that "tp" is not initialized. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109131458.f8DEwFY12462>