CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/06 01:31:48
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
In tcp_ctloutput() tp was assigned at two different places for IPv4
and IPv6. The variable tp is not accessed between these two
assingments. intotcpcb() is a define without side effects. So use
the same code for IPv4 and IPv6.
OK claudio@ mpi@
