ndp: Remove a stray semicolon

MFC after:	1 week

(cherry picked from commit 17120e4bc3)
This commit is contained in:
Zhenlei Huang 2024-10-17 21:05:29 +08:00
parent 2f3c87296c
commit 00fa80275f

View file

@ -639,7 +639,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;