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-06 21:35:57 +0000
commit0faa9ca827a5e91273ba757bd87bd9e8179a0862 (patch)
tree78e976334f59012fae0082a1f7c648c1bcd001f4
parentb476593519e98c11752a207e7cb121fba5c1961b (diff)
-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);