patch: fixed compilation problem for nl-route-get

Fixed compilation problem for nl-route-get by adding extra parameter now
needed for nltool_alloc_route_cache() function.
This commit is contained in:
Ben Gamsa 2008-05-08 11:43:08 -04:00 committed by Thomas Graf
parent 107dc162c5
commit 85f932552e

View file

@ -56,7 +56,7 @@ int main(int argc, char *argv[])
if (!dst)
goto errout_link_cache;
route_cache = nltool_alloc_route_cache(nlh);
route_cache = nltool_alloc_route_cache(nlh, 0);
if (!route_cache)
goto errout_addr_put;