Page MenuHomeFreeBSD

D45412.diff
No OneTemporary

D45412.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, Jul 23, 8:43 PM (17 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35414886
Default Alt Text
D45412.diff (514 B)

Event Timeline