mirror of
https://github.com/monero-project/monero.git
synced 2024-12-28 12:49:28 -05:00
Merge pull request #372
f4ba92b
re-re-add Windows DNS bug fix, perc0de96f
(Riccardo Spagni)
This commit is contained in:
commit
025d9fb278
1
external/unbound/libunbound/libunbound.c
vendored
1
external/unbound/libunbound/libunbound.c
vendored
@ -1037,6 +1037,7 @@ ub_ctx_hosts(struct ub_ctx* ctx, const char* fname)
|
|||||||
"\\hosts");
|
"\\hosts");
|
||||||
retval=ub_ctx_hosts(ctx, buf);
|
retval=ub_ctx_hosts(ctx, buf);
|
||||||
}
|
}
|
||||||
|
free(name);
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
return UB_READFILE;
|
return UB_READFILE;
|
||||||
|
Loading…
Reference in New Issue
Block a user