Since tcp_attach() has moved to a separate protocol function, the
authorbluhm <bluhm@openbsd.org>
Sat, 3 Feb 2018 16:14:26 +0000 (16:14 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 3 Feb 2018 16:14:26 +0000 (16:14 +0000)
commiteb3f61bcb16e281598404effbd55a573f2f22ff2
treeb36ba966281b11d3199f4190a1650c458b9ee475
parentff55c761749539e0fd759db0a7f8a9c0efed8588
Since tcp_attach() has moved to a separate protocol function, the
inp cannot be NULL.  Remove the useless if in tcp_usrreq().
OK mpi@
sys/netinet/tcp_usrreq.c