mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 11:08:03 +02:00
core: fix resetting wrong field in nm_ip6_config_reset_addresses
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
661e47311d
commit
c4e0326c21
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ nm_ip6_config_reset_addresses (NMIP6Config *config)
|
|||
{
|
||||
NMIP6ConfigPrivate *priv = NM_IP6_CONFIG_GET_PRIVATE (config);
|
||||
|
||||
g_array_set_size (priv->nameservers, 0);
|
||||
g_array_set_size (priv->addresses, 0);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue