mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 21:08:04 +02:00
libnm-glib: use correct D-Bus interface for getting devices (bgo #570031)
This commit is contained in:
parent
5405a26b40
commit
5f7cbe5ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ nm_active_connection_get_devices (NMActiveConnection *connection)
|
|||
return handle_ptr_array_return (priv->devices);
|
||||
|
||||
if (!_nm_object_get_property (NM_OBJECT (connection),
|
||||
NM_DBUS_INTERFACE,
|
||||
NM_DBUS_INTERFACE_ACTIVE_CONNECTION,
|
||||
DBUS_PROP_DEVICES,
|
||||
&value)) {
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue