handle ares timeout more gracefully

SVN revision: 56025
This commit is contained in:
Mike Blumenkrantz 2011-01-10 14:41:34 +00:00
parent 2fd2aaf151
commit 86daaaaa3d
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ _ecore_con_info_ares_host_cb(Ecore_Con_CAres *arg,
case ARES_EDESTRUCTION: /* request canceled, shuting down */
case ARES_ENODATA: /* no data returned */
case ARES_ECONNREFUSED: /* connection refused */
case ARES_ETIMEOUT: /* connection timed out */
goto on_error;
default: