From: Коренберг Марк (дома) Date: Mon, 27 Aug 2012 17:14:07 +0000 (+0600) Subject: nl_cli_route_parse_table fixed typo in code X-Git-Tag: libnl3_2_12~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=052a13119353f97e70216808b02bc692bcb18378;p=libnl nl_cli_route_parse_table fixed typo in code Bug introduced in 2bdcde7e8e8bb78b165f093f1a708134f417e557 --- diff --git a/src/lib/route.c b/src/lib/route.c index f2d6c60..cd3e897 100644 --- a/src/lib/route.c +++ b/src/lib/route.c @@ -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)