mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
4487. [test] Make system tests work on Windows. [RT #42931]
This commit is contained in:
@@ -992,6 +992,7 @@ build_msghdr_send(isc_socket_t *sock, isc_socketevent_t *dev,
|
||||
|
||||
memmove(cpbuffer->buf,(dev->region.base + dev->n), write_count);
|
||||
cpbuffer->buflen = (unsigned int)write_count;
|
||||
ISC_LINK_INIT(cpbuffer, link);
|
||||
ISC_LIST_ENQUEUE(lpo->bufferlist, cpbuffer, link);
|
||||
iov[0].buf = cpbuffer->buf;
|
||||
iov[0].len = (u_long)write_count;
|
||||
|
Reference in New Issue
Block a user