diff options
author | Коренберг Марк (дома) <socketpair@gmail.com> | 2012-08-27 23:14:07 +0600 |
---|---|---|
committer | Коренберг Марк <mark@ideco.ru> | 2012-08-28 18:53:29 +0600 |
commit | 052a13119353f97e70216808b02bc692bcb18378 (patch) | |
tree | f30f8ebfbe57269fe2daf9fcf735d336e51d0a02 /src | |
parent | 9426d03e3ae4510e3febf73fad520be37de05d7f (diff) | |
download | libnl-052a13119353f97e70216808b02bc692bcb18378.tar.gz |
nl_cli_route_parse_table fixed typo in code
Bug introduced in 2bdcde7e8e8bb78b165f093f1a708134f417e557
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |