mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 22:20:31 +01:00
core: assure a valid IPv6 config on timeout success
This commit is contained in:
parent
aaf10a8edb
commit
8d0d80d8df
1 changed files with 1 additions and 1 deletions
|
|
@ -2084,7 +2084,7 @@ nm_device_activate_stage4_ip6_config_timeout (gpointer user_data)
|
|||
goto out;
|
||||
}
|
||||
g_assert (ret == NM_ACT_STAGE_RETURN_SUCCESS);
|
||||
/* FIXME g_assert (ip6_config); */
|
||||
g_assert (ip6_config);
|
||||
|
||||
g_object_set_data (G_OBJECT (nm_device_get_act_request (self)),
|
||||
NM_ACT_REQUEST_IP6_CONFIG, ip6_config);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue