Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159690731
D45412.id139225.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
D45412.id139225.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D45412: tcp: remove unused code in tcp_usr_attach
Attached
Detach File
Event Timeline
Log In to Comment