mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 03:40:16 +01:00
team: fix wrong g_object_set() when updating connections
Fixes: 16a6991b90
https://bugzilla.redhat.com/show_bug.cgi?id=1390106
This commit is contained in:
parent
e2b7da7b82
commit
58482a8fec
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ update_connection (NMDevice *device, NMConnection *connection)
|
|||
priv->tdc = NULL;
|
||||
}
|
||||
|
||||
g_object_set (G_OBJECT (s_team), _get_config (self), NULL);
|
||||
g_object_set (G_OBJECT (s_team), NM_SETTING_TEAM_CONFIG, _get_config (self), NULL);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue