route: remove always-true expression

This commit is contained in:
Alexander V. Chernikov 2023-04-09 10:04:56 +00:00
parent 0d4038e301
commit 351e4592f6

View file

@ -781,8 +781,7 @@ print_flushed_route(struct snl_parsed_route *r, struct sockaddr *gw)
routename(sa) : netname(sa));
sa = gw;
printf("%-20.20s ", routename(sa));
if (r->rta_table >= 0)
printf("-fib %-3d ", r->rta_table);
printf("-fib %-3d ", r->rta_table);
printf("done\n");
}