summaryrefslogtreecommitdiff
path: root/src/devices/team/nm-device-team.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-03-08 13:57:20 +0100
committerThomas Haller <thaller@redhat.com>2016-03-15 12:56:58 +0100
commit2eab5ed347cabca9e45fcdc1d198c7d9c3b425f0 (patch)
tree74db3ef3e3deeecfa02b7aca068039c722a9bc63 /src/devices/team/nm-device-team.c
parent56121fec8314d0c02b932506d59422c973d8c55b (diff)
downloadNetworkManager-2eab5ed347cabca9e45fcdc1d198c7d9c3b425f0.tar.gz
utils: inject platform into nm_utils_complete_generic()
Diffstat (limited to 'src/devices/team/nm-device-team.c')
-rw-r--r--src/devices/team/nm-device-team.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/team/nm-device-team.c b/src/devices/team/nm-device-team.c
index c3d48b41e1..60842c18ab 100644
--- a/src/devices/team/nm-device-team.c
+++ b/src/devices/team/nm-device-team.c
@@ -107,7 +107,8 @@ complete_connection (NMDevice *device,
{
NMSettingTeam *s_team;
- nm_utils_complete_generic (connection,
+ nm_utils_complete_generic (NM_PLATFORM_GET,
+ connection,
NM_SETTING_TEAM_SETTING_NAME,
existing_connections,
NULL,