diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-22 22:54:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-22 22:54:41 +0000 |
commit | 6a59182e81ad9186699ec6931e5a40851fce0df0 (patch) | |
tree | b8455c4b1b3b3058cd019a9b0ccab7b8f2261b7a /CHANGES | |
parent | bc76d02bc32e35ea544821919e07f22346314f7a (diff) | |
download | c-ares-6a59182e81ad9186699ec6931e5a40851fce0df0.tar.gz c-ares-6a59182e81ad9186699ec6931e5a40851fce0df0.tar.bz2 c-ares-6a59182e81ad9186699ec6931e5a40851fce0df0.zip |
Michael Wallner fixed this problem: When I set domains in the options
struct, and there are domain/search entries in /etc/resolv.conf, the domains
of the options struct will be overridden.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ - Install ares_dns.h too +- Michael Wallner fixed this problem: When I set domains in the options + struct, and there are domain/search entries in /etc/resolv.conf, the domains + of the options struct will be overridden. + * November 6 - Yang Tse removed a couple of potential zero size memory allocations. |