Remove unnecessary tcp state transition call.

Differential Revision:	D3451
Reviewed by:		markj
MFC after:		2 weeks
Sponsored by:		Limelight Networks
This commit is contained in:
Hiren Panchasara 2015-09-15 20:04:30 +00:00
parent 9b76bf99d5
commit 550e9d4235
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287830

View File

@ -1765,9 +1765,9 @@ tcp_usrclosed(struct tcpcb *tp)
#ifdef TCP_OFFLOAD
tcp_offload_listen_stop(tp);
#endif
tcp_state_change(tp, TCPS_CLOSED);
/* FALLTHROUGH */
case TCPS_CLOSED:
tcp_state_change(tp, TCPS_CLOSED);
tp = tcp_close(tp);
/*
* tcp_close() should never return NULL here as the socket is