The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=05b108d636265f0d6a4b99a0bff0fb20b3e9ad4b
commit 05b108d636265f0d6a4b99a0bff0fb20b3e9ad4b Author: Ed Maste <[email protected]> AuthorDate: 2021-08-30 15:38:51 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2022-02-12 19:14:41 +0000 ngatm: remove one of doubled semicolons Discussed with: harti (cherry picked from commit 0637070b5bca4691bf54c5985a74f4d7888050dc) --- sys/contrib/ngatm/netnatm/sig/sig_party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/ngatm/netnatm/sig/sig_party.c b/sys/contrib/ngatm/netnatm/sig/sig_party.c index f9d5cd0cf571..cdb8d25274f2 100644 --- a/sys/contrib/ngatm/netnatm/sig/sig_party.c +++ b/sys/contrib/ngatm/netnatm/sig/sig_party.c @@ -95,7 +95,7 @@ uni_create_partyx(struct call *c, u_int epref, u_int mine, uint32_t cookie) p->call = c; p->epref = epref; p->flags = mine; - p->state = UNI_EPSTATE_NULL;; + p->state = UNI_EPSTATE_NULL; TIMER_INIT_PARTY(p, t397); TIMER_INIT_PARTY(p, t398);
