git: 2db6762a6950 - stable/14 - tcp: remove stale comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Sep 2025 22:28:29 UTC
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=2db6762a6950f4c7699dca6c2b65a1a2f2c52213 commit 2db6762a6950f4c7699dca6c2b65a1a2f2c52213 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2025-08-28 09:35:19 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2025-09-05 22:28:01 +0000 tcp: remove stale comment Sponsored by: Netflix, Inc. (cherry picked from commit 9a4b30dabf075ce1c7565ffbec1d34d52f7dbefd) --- sys/netinet/tcp_syncache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c index 15244a61d8da..5a12aa3ed21a 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -1298,7 +1298,6 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, } else TCPSTAT_INC(tcps_sc_completed); -/* how do we find the inp for the new socket? */ if (sc != &scs) syncache_free(sc); return (1);