2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00
This commit is contained in:
Bob Halley
1998-12-18 02:28:27 +00:00
parent 8e93971d17
commit 50f3977f4f

View File

@@ -1691,7 +1691,7 @@ isc_result_t
isc_socket_send(isc_socket_t *sock, isc_region_t *region,
isc_task_t *task, isc_taskaction_t action, void *arg)
{
return isc_socket_sendto(sock, region, task, action, arg, NULL, 0);
return (isc_socket_sendto(sock, region, task, action, arg, NULL, 0));
}
isc_result_t
@@ -1705,6 +1705,8 @@ isc_socket_sendto(isc_socket_t *sock, isc_region_t *region,
isc_task_t *ntask = NULL;
int cc;
REQUIRE(VALID_SOCKET(sock));
manager = sock->manager;
ev = (isc_socketevent_t *)isc_event_allocate(manager->mctx, sock,