Date: Thu, 7 Nov 2024 16:33:20 GMT From: Zhenlei Huang <zlei@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 13774c9a98c9 - stable/13 - ndp: Remove a stray semicolon Message-ID: <202411071633.4A7GXKq9072537@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=13774c9a98c9abd90f573ed91c572c2b68e5e2e7 commit 13774c9a98c9abd90f573ed91c572c2b68e5e2e7 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2024-10-17 13:05:29 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2024-11-07 16:32:16 +0000 ndp: Remove a stray semicolon MFC after: 1 week (cherry picked from commit 17120e4bc3e61557816ca0558a60ab969b3df404) (cherry picked from commit 00fa80275f34586775e744d83ff94f8f42eaa696) --- usr.sbin/ndp/ndp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index c826fb8d241f..f744c35dd94f 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -603,7 +603,7 @@ dump(struct sockaddr_in6 *addr, int cflag) xo_emit(xobuf, "Neighbor", "Linklayer Address", "Netif", "Expire", "S", "Flags"); } xo_open_list("neighbor-cache"); -again:; +again: mib[0] = CTL_NET; mib[1] = PF_ROUTE; mib[2] = 0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411071633.4A7GXKq9072537>