mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +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;
|
||||
}
|
||||
|
||||
if (a[RTA_DST])
|
||||
|
||||
|
||||
if (a[RTA_OIF])
|
||||
oif = rta_get_u32(a[RTA_OIF]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user