Merge pull request #372
f4ba92b
re-re-add Windows DNS bug fix, perc0de96f
(Riccardo Spagni)
This commit is contained in:
commit
025d9fb278
1 changed files with 1 additions and 0 deletions
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");
|
||||
retval=ub_ctx_hosts(ctx, buf);
|
||||
}
|
||||
free(name);
|
||||
return retval;
|
||||
}
|
||||
return UB_READFILE;
|
||||
|
|
Loading…
Reference in a new issue