mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
typo
This commit is contained in:
@@ -501,7 +501,7 @@ dns_request_create(dns_requestmgr_t *requestmgr, dns_message_t *message,
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto cleanup;
|
||||
isc_sockaddr_any(&bind_any);
|
||||
result = isc_socket_bind(sock, &bind_any);
|
||||
result = isc_socket_bind(socket, &bind_any);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
isc_socket_detach(&socket);
|
||||
goto cleanup;
|
||||
|
Reference in New Issue
Block a user