mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-21 00:10:28 +01:00
libnm-core: add missing notify in sriov setting
This commit is contained in:
parent
8f2a8a52f0
commit
d9143d851d
1 changed files with 3 additions and 1 deletions
|
|
@ -894,8 +894,10 @@ _nm_setting_sriov_sort_vfs (NMSettingSriov *setting)
|
|||
}
|
||||
}
|
||||
|
||||
if (need_sort)
|
||||
if (need_sort) {
|
||||
g_ptr_array_sort (setting->vfs, vf_index_compare);
|
||||
_notify (setting, PROP_VFS);
|
||||
}
|
||||
|
||||
return need_sort;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue