2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Emit "no servers could be reached" also for UDP setup failure

When all the servers are exhausted for UDP setup emit "no servers
could be reached" in udp_ready(). This message can also be emitted
for a recv_done() error and for TCP connection failure similarly.
This commit is contained in:
Aram Sargsyan 2023-11-16 13:30:32 +00:00 committed by Arаm Sаrgsyаn
parent 2a14fa0a65
commit 4d529ee12a

View File

@ -3205,6 +3205,7 @@ udp_ready(isc_nmhandle_t *handle, isc_result_t eresult, void *arg) {
start_udp(next);
check_if_done();
} else {
dighost_error("no servers could be reached\n");
clear_current_lookup();
}