mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 10:08:48 -04:00
Merge pull request #251
c0de96f
Fixed DNS resolution bug in Windows (Thomas Winget)
This commit is contained in:
commit
ea32a84e45
2 changed files with 2 additions and 5 deletions
1
external/unbound/libunbound/libunbound.c
vendored
1
external/unbound/libunbound/libunbound.c
vendored
|
@ -1028,7 +1028,6 @@ ub_ctx_hosts(struct ub_ctx* ctx, const char* fname)
|
|||
"\\hosts");
|
||||
retval=ub_ctx_hosts(ctx, buf);
|
||||
}
|
||||
free(name);
|
||||
return retval;
|
||||
}
|
||||
return UB_READFILE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue