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:
parent
2a14fa0a65
commit
4d529ee12a
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user