0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

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