From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- src/nm-netlink-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nm-netlink-utils.c') diff --git a/src/nm-netlink-utils.c b/src/nm-netlink-utils.c index 100b4670..0ec53897 100644 --- a/src/nm-netlink-utils.c +++ b/src/nm-netlink-utils.c @@ -452,7 +452,7 @@ nm_netlink_foreach_route (int ifindex, info.user_data = user_data; info.iface = nm_netlink_index_to_iface (ifindex); - rtnl_route_alloc_cache (nm_netlink_get_default_handle (), family, NL_AUTO_PROVIDE, &cache); + rtnl_route_alloc_cache (nm_netlink_get_default_handle (), family, 0, &cache); g_warn_if_fail (cache != NULL); if (cache) { nl_cache_foreach (cache, foreach_route_cb, &info); -- cgit 1.3.0-6-gf8a5