mirror of
https://github.com/monero-project/monero.git
synced 2026-01-16 17:42:58 +01:00
Merge pull request #306
0f4a036re-add Windows DNS bug fix, perc0de96f8bd(Riccardo Spagni)
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user