git: 9a4b30dabf07 - main - tcp: remove stale comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Aug 2025 09:36:25 UTC
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=9a4b30dabf075ce1c7565ffbec1d34d52f7dbefd commit 9a4b30dabf075ce1c7565ffbec1d34d52f7dbefd Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2025-08-28 09:35:19 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2025-08-28 09:35:19 +0000 tcp: remove stale comment MFC after: 3 days Sponsored by: Netflix, Inc. --- 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 80e6b53d10df..d617d0ed4aac 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -1294,7 +1294,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);