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