mirror of
https://github.com/curl/curl.git
synced 2026-05-05 15:47:30 +03:00
watt32 compilation fix
This commit is contained in:
parent
e262aaae2b
commit
a09be6410f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue