mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 01:00:09 +01:00
device: don't call into rdisc when there's none
This commit is contained in:
parent
e02afcff09
commit
4ce43fd5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -7877,7 +7877,7 @@ queued_ip6_config_change (gpointer user_data)
|
|||
|
||||
if (IN6_IS_ADDR_LINKLOCAL (&addr->address))
|
||||
need_ipv6ll = TRUE;
|
||||
else
|
||||
else if (priv->rdisc)
|
||||
nm_rdisc_dad_failed (priv->rdisc, &addr->address);
|
||||
}
|
||||
g_slist_free_full (priv->dad6_failed_addrs, g_free);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue