From 16ea60d8ccd46e1dd9cf62ed07cd039090e53fce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 17 Jan 2018 19:43:12 +0100 Subject: [PATCH] Reuse new function from rt46864 for similar block elsewhere. (cherry picked from commit e7a93321f095c8a2018df253a38bd1fc40d639cd) (cherry picked from commit cb98ce8e676990807184e21139d5bf2a63c1890b) (cherry picked from commit 687650160506ed30ae41319aaf5ca7883ddc5b32) --- lib/dns/resolver.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index ca2fbb42ec6..a6d8c99d067 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -3665,10 +3665,7 @@ fctx_try(fetchctx_t *fctx, isc_boolean_t retrying, isc_boolean_t badcache) { if (addrinfo == NULL) { /* We have no more addresses. Start over. */ fctx_cancelqueries(fctx, ISC_TRUE, ISC_FALSE); - fctx_cleanupfinds(fctx); - fctx_cleanupaltfinds(fctx); - fctx_cleanupforwaddrs(fctx); - fctx_cleanupaltaddrs(fctx); + fctx_cleanupall(fctx); result = fctx_getaddresses(fctx, badcache); if (result == DNS_R_WAIT) { /* -- 2.47.3