mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 07:50:17 +01:00
device: fix clearing of dhcp6_restart_id in dhcp6_cleanup()
Fixes: abc96ecdfd
This commit is contained in:
parent
ded65c7168
commit
905220b337
1 changed files with 1 additions and 1 deletions
|
|
@ -4046,7 +4046,7 @@ dhcp6_cleanup (NMDevice *self, CleanupType cleanup_type, gboolean release)
|
|||
priv->dhcp6_mode = NM_RDISC_DHCP_LEVEL_NONE;
|
||||
g_clear_object (&priv->dhcp6_ip6_config);
|
||||
g_clear_pointer (&priv->dhcp6_event_id, g_free);
|
||||
nm_clear_g_source (&priv->dhcp4_restart_id);
|
||||
nm_clear_g_source (&priv->dhcp6_restart_id);
|
||||
|
||||
if (priv->dhcp6_client) {
|
||||
if (priv->dhcp6_state_sigid) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue