mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-09 18:40:33 +03:00
IPv6 on esp8266-nonos-sdk and arduino (#5136)
This commit is contained in:
@@ -127,7 +127,7 @@ int DNSClient::getHostByName(const char* aHostname, IPAddress& aResult)
|
||||
}
|
||||
|
||||
// Check we've got a valid DNS server to use
|
||||
if (iDNSServer == INADDR_NONE)
|
||||
if (iDNSServer == IPNoAddress)
|
||||
{
|
||||
return INVALID_SERVER;
|
||||
}
|
||||
|
Reference in New Issue
Block a user