]> granicus.if.org Git - curl/commit
curl: Fixed usage of DNS options when not using c-ares resolver
authorSteve Holme <steve_holme@hotmail.com>
Fri, 13 Sep 2013 17:50:11 +0000 (18:50 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 13 Sep 2013 17:50:11 +0000 (18:50 +0100)
commitc243d45aadb502301e5e92d6f87af1d434ce98b4
tree36d21a75018566a58c9828092185f8d773677b69
parent8a6dba520bfc81a5bc6ffcd38bedc73b8e520c8e
curl: Fixed usage of DNS options when not using c-ares resolver

Commit 32352ed6adddcb introduced various DNS options, however, these
would cause curl to exit with CURLE_NOT_BUILT_IN when c-ares wasn't
being used as the backend resolver even if the options weren't set
by the user.

Additionally corrected some minor coding style errors from the same
commit.
src/tool_cfgable.h
src/tool_getparam.c
src/tool_operate.c