2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

change some flags (so we can use internal ones, too)

This commit is contained in:
Michael Graff
1999-09-02 20:52:44 +00:00
parent d213c95024
commit 9f1c521285
2 changed files with 6 additions and 6 deletions

View File

@@ -1990,8 +1990,8 @@ isc_socket_sendto(isc_socket_t *sock, isc_region_t *region,
if (!was_empty)
goto queue;
build_msghdr_send(sock, dev, &msghdr,
iov, ISC_SOCKET_MAXSCATTERGATHER, &write_count);
build_msghdr_send(sock, dev, &msghdr, iov,
ISC_SOCKET_MAXSCATTERGATHER, &write_count);
cc = sendmsg(sock->fd, &msghdr, 0);