mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 21:00:16 +01:00
platform: fix data type for metric argument of refresh_route()
This commit is contained in:
parent
3e33a5a6c5
commit
4ba8df425f
1 changed files with 1 additions and 1 deletions
|
|
@ -3884,7 +3884,7 @@ route_search_cache (struct nl_cache *cache, int family, int ifindex, const void
|
|||
}
|
||||
|
||||
static gboolean
|
||||
refresh_route (NMPlatform *platform, int family, int ifindex, const void *network, int plen, int metric)
|
||||
refresh_route (NMPlatform *platform, int family, int ifindex, const void *network, int plen, guint32 metric)
|
||||
{
|
||||
struct nl_cache *cache;
|
||||
auto_nl_object struct rtnl_route *cached_object = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue