handle ARES_ECONNREFUSED

SVN revision: 55473
This commit is contained in:
Mike Blumenkrantz 2010-12-11 00:25:46 +00:00
parent 4fb7d6e26b
commit 9b17481f53
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ _ecore_con_info_ares_host_cb(Ecore_Con_CAres *arg,
case ARES_ENOMEM: /* not enough memory */
case ARES_EDESTRUCTION: /* request canceled, shuting down */
case ARES_ENODATA: /* no data returned */
case ARES_ECONNREFUSED: /* connection refused */
goto on_error;
default: