mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:59:59 -04:00
add UNEXPECTED_ERROR in one place where ISC_R_UNEXPECTED is returned.
This commit is contained in:
parent
ce04ac2008
commit
3ce0769857
1 changed files with 3 additions and 0 deletions
|
|
@ -1960,6 +1960,9 @@ isc_socket_sendto(isc_socket_t *sock, isc_region_t *region,
|
|||
goto out;
|
||||
}
|
||||
|
||||
UNEXPECTED_ERROR(__FILE__, __LINE__,
|
||||
"isc_socket_sendto: "
|
||||
"errno: %s", strerror(errno));
|
||||
sock->send_result = ISC_R_UNEXPECTED;
|
||||
send_senddone_event(sock, &task, NULL, &dev,
|
||||
ISC_R_UNEXPECTED);
|
||||
|
|
|
|||
Loading…
Reference in a new issue