summaryrefslogtreecommitdiff
path: root/src/devices/team/nm-team-factory.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-23 12:49:20 +0200
committerThomas Haller <thaller@redhat.com>2019-09-23 12:49:20 +0200
commite79f1b623d4154631f66d8bc6cca151a1d840b4e (patch)
tree5fd7a28f36359ad9c659aa04adeac15a86559b5c /src/devices/team/nm-team-factory.c
parentd19a403faa480b20f9ca6c9ce9e66a015b16cf46 (diff)
parent4154d9618c904c2286b332b56f3515806cb1bb3b (diff)
downloadNetworkManager-e79f1b623d4154631f66d8bc6cca151a1d840b4e.tar.gz
bluez: merge branch 'th/bluez-rework-2'
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/251
Diffstat (limited to 'src/devices/team/nm-team-factory.c')
-rw-r--r--src/devices/team/nm-team-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/team/nm-team-factory.c b/src/devices/team/nm-team-factory.c
index 1533085820..a297156439 100644
--- a/src/devices/team/nm-team-factory.c
+++ b/src/devices/team/nm-team-factory.c
@@ -45,7 +45,7 @@ NM_DEVICE_FACTORY_DECLARE_TYPES (
G_MODULE_EXPORT NMDeviceFactory *
nm_device_factory_create (GError **error)
{
- nm_manager_set_capability (nm_manager_get (), NM_CAPABILITY_TEAM);
+ nm_manager_set_capability (NM_MANAGER_GET, NM_CAPABILITY_TEAM);
return (NMDeviceFactory *) g_object_new (NM_TYPE_TEAM_FACTORY, NULL);
}