The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0637070b5bca4691bf54c5985a74f4d7888050dc
commit 0637070b5bca4691bf54c5985a74f4d7888050dc Author: Ed Maste <[email protected]> AuthorDate: 2021-08-30 15:38:51 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2021-08-30 15:39:30 +0000 ngatm: remove one of doubled semicolons Discussed with: harti --- 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); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
