xiaoxiang781216 commented on code in PR #6838: URL: https://github.com/apache/incubator-nuttx/pull/6838#discussion_r944222641
########## libs/libc/netdb/lib_dnsquery.c: ########## @@ -709,6 +709,14 @@ int dns_query(FAR const char *hostname, FAR union dns_addr_u *addr, FAR struct dns_query_s query; int ret; + /* Has the DNS client been properly initialized? */ + + if (!dns_initialize()) Review Comment: @curuvar please review the patch here: https://github.com/apache/incubator-nuttx/pull/6841 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
