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:
Francesco Giudici 2018-01-19 11:52:57 +01:00
parent 14cfb3d373
commit 381c1a19b6

View file

@ -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