summaryrefslogtreecommitdiff
path: root/sysdep/linux
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2015-12-29 13:01:00 +0100
committerJan Moskyto Matejka <mq@ucw.cz>2015-12-29 13:02:45 +0100
commit9a70c8d6c38155d8abb6d814563b9eefc134e901 (patch)
tree93c33993fc0a224ca069d210292d4de378fafadd /sysdep/linux
parent04632fd77f291f67753341d12d540f7dac341bd3 (diff)
Netlink: Removed forgotten if-stub (caused strange errors)
Diffstat (limited to 'sysdep/linux')
-rw-r--r--sysdep/linux/netlink.c3
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]);