mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Netlink: Removed forgotten if-stub (caused strange errors)
This commit is contained in:
parent
04632fd77f
commit
9a70c8d6c3
@ -1072,9 +1072,6 @@ nl_parse_route(struct nlmsghdr *h, int scan)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (a[RTA_DST])
|
|
||||||
|
|
||||||
|
|
||||||
if (a[RTA_OIF])
|
if (a[RTA_OIF])
|
||||||
oif = rta_get_u32(a[RTA_OIF]);
|
oif = rta_get_u32(a[RTA_OIF]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user