mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 06:00:08 +01:00
platform: parent link can be in a different NETNS
This commit is contained in:
parent
a86447f498
commit
ced33345d3
1 changed files with 0 additions and 1 deletions
|
|
@ -465,7 +465,6 @@ nm_platform_link_get_all (NMPlatform *self)
|
|||
if (item->parent != 0) {
|
||||
g_warn_if_fail (item->parent > 0);
|
||||
g_warn_if_fail (item->parent != item->ifindex);
|
||||
g_warn_if_fail (g_hash_table_contains (unseen, GINT_TO_POINTER (item->parent)));
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue