resolver_error: remove wrong error message output
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Feb 2013 21:52:58 +0000 (22:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Feb 2013 21:52:58 +0000 (22:52 +0100)
commita995ea05b3dd378d9f1e4ff3c40f686bcf3a348e
treefaaa263e3ad85b8bd437e32d6f560983f4dfebe0
parent25e577b33d00afb6630cf2cac98d6baa319e9aef
resolver_error: remove wrong error message output

The attempt to use gai_strerror() or alternative function didn't work as
the 'sock_error' field didn't contain the proper error code. But since
this hasn't been reported and thus isn't really a big deal I decided to
just scrap the whole attempt to output the detailed resolver error and
instead remain with just stating that the resolving of the name failed.
lib/asyn-thread.c