summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-12-25 22:26:13 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-12-25 22:26:13 +0000
commit42cf3289c3b088ea34bdb3570409617f38a9dc68 (patch)
tree7ddc4f90cb86a3edc06e507af7131e819671619e /sys/netinet/tcp_input.c
parente0bef1cb357aecac59fe4de9bfbd700de0fc3838 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index f3b158e1dc3a..41fceacdfe46 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -2431,10 +2431,10 @@ dropafterack:
&tcp_savetcp, 0);
#endif
KASSERT(headlocked, ("headlocked should be 1"));
+ INP_INFO_WUNLOCK(&tcbinfo);
tp->t_flags |= TF_ACKNOW;
(void) tcp_output(tp);
INP_UNLOCK(inp);
- INP_INFO_WUNLOCK(&tcbinfo);
m_freem(m);
return;