Skip to content
Snippets Groups Projects
Commit a09be641 authored by Yang Tse's avatar Yang Tse
Browse files

watt32 compilation fix
parent e262aaae
No related branches found
No related tags found
No related merge requests found
......@@ -822,7 +822,7 @@ DhcpNameServer
return ARES_ENOMEM;
for (i = 0; def_nameservers[i]; i++)
servers[i].addr.s_addr = htonl(def_nameservers[i]);
servers[i].addr.addrV4.s_addr = htonl(def_nameservers[i]);
status = ARES_EOF;
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment