From 85f932552e61c5997c1e83fe386098c94d93c273 Mon Sep 17 00:00:00 2001 From: Ben Gamsa Date: Thu, 8 May 2008 11:43:08 -0400 Subject: 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. --- src/nl-route-get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nl-route-get.c b/src/nl-route-get.c index fd7a503..dbd8648 100644 --- a/src/nl-route-get.c +++ b/src/nl-route-get.c @@ -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; -- cgit v0.12