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