Skip to content

Commit

Permalink
re-re-add Windows DNS bug fix, per c0de96f
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffypony committed Aug 14, 2015
1 parent 9394433 commit f4ba92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/unbound/libunbound/libunbound.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f4ba92b

Please sign in to comment.