nl_cli_route_parse_table fixed typo in code

Bug introduced in 2bdcde7e8e
This commit is contained in:
Коренберг Марк (дома) 2012-08-27 23:14:07 +06:00 committed by Коренберг Марк
parent 9426d03e3a
commit 052a131193

View file

@ -209,7 +209,7 @@ void nl_cli_route_parse_table(struct rtnl_route *route, char *arg)
table = lval;
}
rtnl_route_set_table(route, lval);
rtnl_route_set_table(route, table);
}
void nl_cli_route_parse_prio(struct rtnl_route *route, char *arg)