CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/03 09:14:26
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
Since tcp_attach() has moved to a separate protocol function, the
inp cannot be NULL. Remove the useless if in tcp_usrreq().
OK mpi@
