mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
daf39c03bd
g_dns_servers need init before dns_query, Otherwise sim can not add default dns server when use usrsock mode to share host network. Avoid similar problems in the future, so directly initialize g_dns_servers. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>