summaryrefslogtreecommitdiff
path: root/sysdep/linux/netlink.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:44:36 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:44:36 +0100
commit4aa0f4454622f441d36c12eaf37d88e04edc3bd9 (patch)
tree3e069451d9961f495176dfdb671009f6f4dee756 /sysdep/linux/netlink.c
parent1f37906b6ee33a8c7d0ff1b7ada5eb0dcb005072 (diff)
parente83beb70bd14923cece5b35411606ade6fb8fbee (diff)
Merge commit 'e83beb70' into wireguard-next-tmp7-1
Diffstat (limited to 'sysdep/linux/netlink.c')
-rw-r--r--sysdep/linux/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c
index 1af78766..29446cab 100644
--- a/sysdep/linux/netlink.c
+++ b/sysdep/linux/netlink.c
@@ -1598,7 +1598,7 @@ nl_parse_route(struct nl_parse_state *s, struct nlmsghdr *h)
case RTPROT_KERNEL:
krt_src = KRT_SRC_KERNEL;
- return;
+ break;
case RTPROT_BIRD:
if (!s->scan)