From: Jan Moskyto Matejka Date: Tue, 29 Dec 2015 12:01:00 +0000 (+0100) Subject: Netlink: Removed forgotten if-stub (caused strange errors) X-Git-Tag: v2.0.0-pre0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a70c8d6c38155d8abb6d814563b9eefc134e901;p=thirdparty%2Fbird.git Netlink: Removed forgotten if-stub (caused strange errors) --- diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c index 201d074e1..be790c299 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]);