]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Netlink: Removed forgotten if-stub (caused strange errors)
authorJan Moskyto Matejka <mq@ucw.cz>
Tue, 29 Dec 2015 12:01:00 +0000 (13:01 +0100)
committerJan Moskyto Matejka <mq@ucw.cz>
Tue, 29 Dec 2015 12:02:45 +0000 (13:02 +0100)
sysdep/linux/netlink.c

index 201d074e15a4723ab50e05a3397ef707e7fd13f2..be790c299bfd1f81d91e36eb9af23e711f62d63c 100644 (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]);