Netlink: Removed forgotten if-stub (caused strange errors)
This commit is contained in:
parent
04632fd77f
commit
9a70c8d6c3
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue