Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
132:db2174b36a6d
Parent:
128:79052cb4a41c
Child:
133:a37eb35a03f1
diff -r 774f7f367031 -r db2174b36a6d udp/dns/dnsquery.c
--- a/udp/dns/dnsquery.c	Tue Mar 19 12:12:26 2019 +0000
+++ b/udp/dns/dnsquery.c	Wed Mar 20 10:55:30 2019 +0000
@@ -34,7 +34,7 @@
 {
     if (!DnsQueryIsBusy) return;
     
-    if (MsTimerHasElapsed(startedMs, TIME_OUT_SENT_MS))
+    if (MsTimerInterval(startedMs, TIME_OUT_SENT_MS))
     {
         LogTimeF("DNS reaped ongoing request for ");
         if (DnsQueryName[0]) LogF("name %s", DnsQueryName);