core: don't pointlessly clear IP6 config on success
This commit is contained in:
@@ -1960,10 +1960,8 @@ real_act_stage4_get_ip6_config (NMDevice *self,
|
|||||||
} else {
|
} else {
|
||||||
*reason = NM_DEVICE_STATE_REASON_DHCP_ERROR;
|
*reason = NM_DEVICE_STATE_REASON_DHCP_ERROR;
|
||||||
}
|
}
|
||||||
} else {
|
} else
|
||||||
*config = NULL;
|
|
||||||
ret = NM_ACT_STAGE_RETURN_SUCCESS;
|
ret = NM_ACT_STAGE_RETURN_SUCCESS;
|
||||||
}
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user