aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2025-10-06 21:34:38 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2025-10-09 08:00:29 +0000
commit3ca54c736b9c129f700cb5e6b7012aaff2bf65d8 (patch)
tree5a7d2d21e3559a33666f4c7b6eb09507b33cad26
parent41e9c68d9ac186381163bdce05bbd7a1c9925661 (diff)
tcp: remove stray ;
Sponsored by: Netflix, Inc. (cherry picked from commit 0faa9ca827a5e91273ba757bd87bd9e8179a0862)
-rw-r--r--sys/netinet/tcp_syncache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
index 1fb6104a2944..f842a5678fa1 100644
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -1286,7 +1286,7 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
s, __func__, th->th_ack, sc->sc_iss + 1);
SCH_UNLOCK(sch);
free(s, M_TCPLOG);
- return (0); /* Do send RST, do not free sc. */;
+ return (0); /* Do send RST, do not free sc. */
}
TAILQ_REMOVE(&sch->sch_bucket, sc, sc_hash);