summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorКоренберг Марк (дома) <socketpair@gmail.com>2012-08-27 17:14:07 (GMT)
committerКоренберг Марк <mark@ideco.ru>2012-08-28 12:53:29 (GMT)
commit052a13119353f97e70216808b02bc692bcb18378 (patch)
treef30f8ebfbe57269fe2daf9fcf735d336e51d0a02 /src/lib
parent9426d03e3ae4510e3febf73fad520be37de05d7f (diff)
downloadlibnl-052a13119353f97e70216808b02bc692bcb18378.zip
libnl-052a13119353f97e70216808b02bc692bcb18378.tar.gz
libnl-052a13119353f97e70216808b02bc692bcb18378.tar.bz2
nl_cli_route_parse_table fixed typo in code
Bug introduced in 2bdcde7e8e8bb78b165f093f1a708134f417e557
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/route.c2
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)