diff options
-rw-r--r-- | sysdep/linux/netlink.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c index 201d074e..be790c29 100644 --- a/sysdep/linux/netlink.c +++ b/sysdep/linux/netlink.c @@ -1072,9 +1072,6 @@ nl_parse_route(struct nlmsghdr *h, int scan) return; } - if (a[RTA_DST]) - - if (a[RTA_OIF]) oif = rta_get_u32(a[RTA_OIF]); |