mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Fix bugs with DNS library on Windows
This commit is contained in:
parent
1bb52c223b
commit
34ed1fcbea
6 changed files with 12 additions and 4 deletions
1
third_party/musl/resolvconf.c
vendored
1
third_party/musl/resolvconf.c
vendored
|
@ -63,6 +63,7 @@ static dontinline textwindows int __get_resolv_conf_nt(struct resolvconf *conf)
|
|||
return __winerr();
|
||||
}
|
||||
|
||||
conf->nns = 0;
|
||||
for (i = 0; i < keycount; ++i) {
|
||||
char value8[128];
|
||||
uint32_t valuebytes, uuidlen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue