mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 18:39:11 +08:00
Update dns.c
This commit is contained in:
parent
f089a6ce96
commit
436d9d931d
@ -666,7 +666,6 @@ dns_check_entry(u8_t i)
|
|||||||
pEntry->numdns++;
|
pEntry->numdns++;
|
||||||
pEntry->tmr = 1;
|
pEntry->tmr = 1;
|
||||||
pEntry->retries = 0;
|
pEntry->retries = 0;
|
||||||
// break;
|
|
||||||
} else {
|
} else {
|
||||||
LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", pEntry->name));
|
LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", pEntry->name));
|
||||||
/* call specified callback function if provided */
|
/* call specified callback function if provided */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user