summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/tcp_usrreq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index f5e75d1..9c4b547 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -141,12 +141,9 @@ tcp_usr_attach(struct socket *so, int proto, struct thread *td)
so->so_linger = TCP_LINGERTIME;
inp = sotoinpcb(so);
- INP_LOCK(inp);
tp = intotcpcb(inp);
out:
TCPDEBUG2(PRU_ATTACH);
- if (tp)
- INP_UNLOCK(inp);
INP_INFO_WUNLOCK(&tcbinfo);
splx(s);
return error;
OpenPOWER on IntegriCloud