* commit 'ea108d8a665aa708e878432ab1cdab959809ef9b': Added missing cache failed notification
This commit is contained in:
@@ -644,6 +644,11 @@ res_nsend(res_state statp,
|
||||
errno = ETIMEDOUT; /* no answer obtained */
|
||||
} else
|
||||
errno = terrno;
|
||||
|
||||
#if USE_RESOLV_CACHE
|
||||
_resolv_cache_query_failed(cache, buf, buflen);
|
||||
#endif
|
||||
|
||||
return (-1);
|
||||
fail:
|
||||
#if USE_RESOLV_CACHE
|
||||
|
||||
Reference in New Issue
Block a user