aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2020-01-22 06:07:27 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2020-01-22 06:07:27 +0000
commite2636f0a782d5f0a1d1b701c0d8ba8260d2221ea (patch)
tree88c177a655b03b13486552dcc26ca04aa2f4735b /sys/netinet/tcp_usrreq.c
parent3fed74e90fa7ef81312b5a6b676130881292a29a (diff)
downloadsrc-e2636f0a782d5f0a1d1b701c0d8ba8260d2221ea.tar.gz
src-e2636f0a782d5f0a1d1b701c0d8ba8260d2221ea.zip
Remove extraneous NET_EPOCH_ASSERT - the full function is covered.
Notes
Notes: svn path=/head/; revision=356982
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index 5a528aed40d2..50d7db5cdd53 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1147,7 +1147,6 @@ tcp_usr_send(struct socket *so, int flags, struct mbuf *m,
* Close the send side of the connection after
* the data is sent.
*/
- NET_EPOCH_ASSERT();
socantsendmore(so);
tcp_usrclosed(tp);
}