summaryrefslogtreecommitdiff
path: root/ares_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares_search.c')
-rw-r--r--ares_search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares_search.c b/ares_search.c
index 4b898a7..4ff5453 100644
--- a/ares_search.c
+++ b/ares_search.c
@@ -273,6 +273,7 @@ static int single_domain(ares_channel channel, const char *name, char **s)
switch(error)
{
case ENOENT:
+ case ESRCH:
break;
default:
DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n",