mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 12:20:36 +01:00
libnm-glib: use correct D-Bus interface for getting ActiveConnections (bgo #569933)
This commit is contained in:
parent
718debc2cd
commit
5405a26b40
1 changed files with 1 additions and 1 deletions
|
|
@ -806,7 +806,7 @@ nm_client_get_active_connections (NMClient *client)
|
|||
return NULL;
|
||||
|
||||
if (!_nm_object_get_property (NM_OBJECT (client),
|
||||
"org.freedesktop.DBus.Properties",
|
||||
"org.freedesktop.NetworkManager",
|
||||
"ActiveConnections",
|
||||
&value)) {
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue