Ecore-con: Oups, fix ipv6 support in cares support after previous commit misstep

SVN revision: 63755
This commit is contained in:
Youness Alaoui 2011-10-02 23:41:42 +00:00
parent 08ac7adc32
commit da2fb1b6f5
1 changed files with 1 additions and 2 deletions

View File

@ -543,9 +543,8 @@ _ecore_con_info_ares_host_cb(Ecore_Con_CAres *arg,
if (!_ecore_con_info_ares_getnameinfo(arg,
#ifdef HAVE_IPV6
arg->isv6 ? AF_INET6 :
#else
AF_INET,
#endif
AF_INET,
NULL, addr,
addrlen))
goto on_error;