mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 10:16:30 +00:00
Fix compilation when IPv6 is not supported (#19260)
This commit is contained in:
parent
362326f004
commit
70ced65aaf
@ -76,8 +76,8 @@ public:
|
||||
|
||||
void scrubDNS(void);
|
||||
protected:
|
||||
ip_addr_t dns_save4[DNS_MAX_SERVERS] = {}; // IPv4 DNS servers
|
||||
#ifdef USE_IPV6
|
||||
ip_addr_t dns_save4[DNS_MAX_SERVERS] = {}; // IPv4 DNS servers
|
||||
ip_addr_t dns_save6[DNS_MAX_SERVERS] = {}; // IPv6 DNS servers
|
||||
#endif // USE_IPV6
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user