summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBen Gamsa <ben@somanetworks.com>2008-05-08 11:43:08 -0400
committerThomas Graf <tgr@lsx.localdomain>2008-05-08 17:56:24 +0200
commit85f932552e61c5997c1e83fe386098c94d93c273 (patch)
tree81ed7b4d8e26b47a29af3ea352e3acd769667531 /src
parent107dc162c56ace6eea5a167b7881520e6cecb831 (diff)
downloadandroid_external_libnl-85f932552e61c5997c1e83fe386098c94d93c273.tar.gz
android_external_libnl-85f932552e61c5997c1e83fe386098c94d93c273.tar.bz2
android_external_libnl-85f932552e61c5997c1e83fe386098c94d93c273.zip
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.
Diffstat (limited to 'src')
-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;