mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 15:00:10 +01:00
device: fix clearing of dhcp6_restart_id in dhcp6_cleanup()
Fixes:abc96ecdfd(cherry picked from commit905220b337)
This commit is contained in:
parent
80b3081d6a
commit
eb1ccf90b8
1 changed files with 1 additions and 1 deletions
|
|
@ -3873,7 +3873,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);
|
||||
|
||||
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