mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 05:10:35 +01:00
core: don't pointlessly clear IP6 config on success
This commit is contained in:
parent
6b63481d4d
commit
aaf10a8edb
1 changed files with 1 additions and 3 deletions
|
|
@ -1960,10 +1960,8 @@ real_act_stage4_get_ip6_config (NMDevice *self,
|
|||
} else {
|
||||
*reason = NM_DEVICE_STATE_REASON_DHCP_ERROR;
|
||||
}
|
||||
} else {
|
||||
*config = NULL;
|
||||
} else
|
||||
ret = NM_ACT_STAGE_RETURN_SUCCESS;
|
||||
}
|
||||
|
||||
out:
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue