From: Mark Andrews Date: Sat, 28 Oct 2023 04:40:22 +0000 (+1100) Subject: Emit "no servers could be reached" for TCP as well as UDP X-Git-Tag: v9.19.19~27^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=831efa40d616d56fc86c3eb55a8e8fe953ab9409;p=thirdparty%2Fbind9.git Emit "no servers could be reached" for TCP as well as UDP When all the servers are exhausted for TCP emit "no servers could be reached" in tcp_connected. This message is already emitted for UDP. --- diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 41d02365e92..f364147e748 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -3602,6 +3602,7 @@ tcp_connected(isc_nmhandle_t *handle, isc_result_t eresult, void *arg) { start_tcp(next); check_if_done(); } else { + dighost_error("no servers could be reached\n"); clear_current_lookup(); }