zephyr/subsys/net/lib/dns
Leandro Pereira 87ccb79a7a net: lib: dns: Check return value of net_context_recv()
Given that K_NO_WAIT is passed as a timeout to net_context_recv(), it's
unlikely this function will return any error value.  It's cheap to
check, though, so do it.

Coverity-CID: 170580
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-06-12 10:21:38 +03:00
..
Kconfig net: dns: Initialize DNS resolver if DNS servers are set 2017-03-24 17:31:42 +02:00
Makefile net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
dns_pack.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
dns_pack.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
resolve.c net: lib: dns: Check return value of net_context_recv() 2017-06-12 10:21:38 +03:00