Netlink: Removed forgotten if-stub (caused strange errors)

This commit is contained in:
Jan Moskyto Matejka 2015-12-29 13:01:00 +01:00
parent 04632fd77f
commit 9a70c8d6c3

View file

@ -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]);