mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 23:30:18 +01:00
libnm-core: ensure alignment of team.config and other team properties
https://bugzilla.redhat.com/show_bug.cgi?id=1533830
This commit is contained in:
parent
14cfb3d373
commit
381c1a19b6
1 changed files with 3 additions and 1 deletions
|
|
@ -1485,8 +1485,10 @@ set_property (GObject *object, guint prop_id,
|
|||
break;
|
||||
}
|
||||
|
||||
if (align_config)
|
||||
if (align_config) {
|
||||
_nm_utils_json_append_gvalue (&priv->config, _prop_to_keys[prop_id], align_value);
|
||||
_align_team_properties (setting);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue