git: 3b6fb75bdece - stable/15 - tcp: remove stray ;
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Oct 2025 07:59:32 UTC
The branch stable/15 has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=3b6fb75bdece41ef57764c18f7d229d737737a84
commit 3b6fb75bdece41ef57764c18f7d229d737737a84
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-10-06 14:32:08 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-10-09 07:59:21 +0000
tcp: remove stray ;
No functional change intended.
Sponsored by: Netflix, Inc.
(cherry picked from commit 941b8ecdc08749eeec1b88aac0442dad8cb8fb09)
---
sys/netinet/tcp_syncache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
index def6bc886617..2bb99596f965 100644
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -1272,7 +1272,7 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
syncache_send_challenge_ack(sc, m);
SCH_UNLOCK(sch);
free(s, M_TCPLOG);
- return (-1); /* Do not send RST */;
+ return (-1); /* Do not send RST */
}
/*