summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nl-route-get.c2
1 files changed, 1 insertions, 1 deletions
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;