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:
parent
107dc162c5
commit
85f932552e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue