1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

ndp: Remove a stray semicolon

MFC after:	1 week
This commit is contained in:
Zhenlei Huang 2024-10-17 21:05:29 +08:00
parent 9cd6ab45a4
commit 17120e4bc3

View File

@ -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;