Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 13:10:55 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 17120e4bc3e6 - main - ndp: Remove a stray semicolon
Message-ID:  <202410171310.49HDAtUO087176@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zlei:

URL: https://cgit.FreeBSD.org/src/commit/?id=17120e4bc3e61557816ca0558a60ab969b3df404

commit 17120e4bc3e61557816ca0558a60ab969b3df404
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-10-17 13:05:29 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-10-17 13:05:29 +0000

    ndp: Remove a stray semicolon
    
    MFC after:      1 week
---
 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 a023a7d0ad77..9a249a4987a7 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -638,7 +638,7 @@ dump_rtsock(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?202410171310.49HDAtUO087176>