Skip to content

Commit 0faa9ca

Browse files
committed
tcp: remove stray ;
MFC after: 3 days Sponsored by: Netflix, Inc.
1 parent b476593 commit 0faa9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/netinet/tcp_syncache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
12861286
s, __func__, th->th_ack, sc->sc_iss + 1);
12871287
SCH_UNLOCK(sch);
12881288
free(s, M_TCPLOG);
1289-
return (0); /* Do send RST, do not free sc. */;
1289+
return (0); /* Do send RST, do not free sc. */
12901290
}
12911291

12921292
TAILQ_REMOVE(&sch->sch_bucket, sc, sc_hash);

0 commit comments

Comments
 (0)