Page MenuHomeFreeBSD

D45412.id139225.diff
No OneTemporary

D45412.id139225.diff

diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -179,12 +179,6 @@
goto out;
}
tp->t_state = TCPS_CLOSED;
- /* Can we inherit anything from the listener? */
- if ((so->so_listen != NULL) &&
- (so->so_listen->so_pcb != NULL) &&
- (tp->t_fb->tfb_inherit != NULL)) {
- (*tp->t_fb->tfb_inherit)(tp, sotoinpcb(so->so_listen));
- }
tcp_bblog_pru(tp, PRU_ATTACH, error);
INP_WUNLOCK(inp);
TCPSTATES_INC(TCPS_CLOSED);

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 18, 2:55 AM (16 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34023764
Default Alt Text
D45412.id139225.diff (514 B)

Event Timeline