mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
ndp: Remove a stray semicolon
MFC after: 1 week
(cherry picked from commit 17120e4bc3)
This commit is contained in:
parent
2f3c87296c
commit
00fa80275f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue