mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 12:10:15 +01:00
libnm-glib: fix retrieval of IPv6 addresses
This commit is contained in:
parent
ed1d84b9cc
commit
d21a4fc608
1 changed files with 3 additions and 3 deletions
|
|
@ -162,9 +162,9 @@ nm_ip6_config_get_addresses (NMIP6Config *config)
|
|||
return priv->addresses;
|
||||
|
||||
if (!_nm_object_get_property (NM_OBJECT (config),
|
||||
"org.freedesktop.DBus.Properties",
|
||||
"Addresses",
|
||||
&value)) {
|
||||
NM_DBUS_INTERFACE_IP6_CONFIG,
|
||||
"Addresses",
|
||||
&value)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue