mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 09:08:18 +02:00
platform: fix wrong cleanup function in ip_route_get()
Fixes: 33a2a7c3e3
This commit is contained in:
parent
345d34b369
commit
3de3f59ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -6421,7 +6421,7 @@ ip_route_get (NMPlatform *platform,
|
|||
int try_count = 0;
|
||||
WaitForNlResponseResult seq_result;
|
||||
int nle;
|
||||
nm_auto_nlmsg NMPObject *route = NULL;
|
||||
nm_auto_nmpobj NMPObject *route = NULL;
|
||||
|
||||
nm_assert (NM_IS_LINUX_PLATFORM (platform));
|
||||
nm_assert (NM_IN_SET (addr_family, AF_INET, AF_INET6));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue