handle ARES_ENODATA more gracefully

SVN revision: 55371
This commit is contained in:
Mike Blumenkrantz 2010-12-08 14:00:37 +00:00
parent a332eaa36b
commit 0c1efd9afd
1 changed files with 1 additions and 0 deletions

View File

@ -551,6 +551,7 @@ _ecore_con_info_ares_host_cb(Ecore_Con_CAres *arg,
case ARES_EBADNAME: /* not a valid internet address */
case ARES_ENOMEM: /* not enough memory */
case ARES_EDESTRUCTION: /* request canceled, shuting down */
case ARES_ENODATA: /* no data returned */
goto on_error;
default: