commit | 64446bcdb330b888fba230501e97e11bbb65aac5 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Jun 25 15:19:14 2025 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Tue Jul 08 11:07:37 2025 +0200 |
tree | 69b98c8235b0d0522aac41f727c6ab69f3eb51b7 | |
parent | 2df664a30d8e87842511dc039ed7984f230d33df [diff] |
lwip: dns: do not return CMD_RET_FAILURE on successful resolution The DNS loop checks for a non-zero IP address after DNS resolution, but the address is in fact never copied into the context. Fix that. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>